From 696035652fc1e8e190c3f73b26e3d1cbdd4e134e Mon Sep 17 00:00:00 2001 From: StarNumber <64470722+StarNumber12046@users.noreply.github.com> Date: Wed, 26 Jan 2022 11:57:09 +0100 Subject: [PATCH] [release] [fixup] I messed up --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 784536a..762fd6d 100644 --- a/main.py +++ b/main.py @@ -17,7 +17,7 @@ def everything_exists(): if not "config.json" in os.listdir("."): print("config.json not found!\n") return False - if not os.isdir("icons"): + if not "grinning.ico" in os.listdir("icons"): print("icons folder not found!\n") return False return True