Fix check for imagereward

pull/158/head
missionfloyd 2023-05-06 00:39:08 -06:00 committed by GitHub
parent 806902a2c6
commit 0b428b17c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ import launch
if not launch.is_installed("send2trash"):
launch.run_pip("install Send2Trash", "Send2Trash requirement for image browser")
if not launch.is_installed("image-reward"):
if not launch.is_installed("ImageReward"):
launch.run_pip("install image-reward", "ImageReward requirement for image browser")