Merge pull request #158 from missionfloyd/imagereward-install-fix

Fix check for imagereward
pull/182/head
AlUlkesh 2023-05-06 09:31:39 +02:00 committed by GitHub
commit e4f79ae0b3
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")