From 0b428b17c2800cc9b622e4e6717e1fc2e85057db Mon Sep 17 00:00:00 2001 From: missionfloyd Date: Sat, 6 May 2023 00:39:08 -0600 Subject: [PATCH] Fix check for imagereward --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 3311ea3..aac8b58 100644 --- a/install.py +++ b/install.py @@ -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")