Skip to content

Commit

Permalink
[release] [fixup] I messed up
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 committed Jan 26, 2022
1 parent fd83598 commit 6960356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6960356

Please sign in to comment.