Skip to content

Commit

Permalink
:)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elip100 committed Oct 26, 2024
1 parent 1ee25a6 commit bfbca8f
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 @@ -64,7 +64,7 @@ def manage_mods():
pass

def not_detected():
if len(os.listdir("SpotMod-dat/mods")) == 0:
if len(os.listdir("SpotMod-dat/mods")) == 1:
print("SpotMod is not detected on this system.\n")
option_list(["Patch Spotify", "Quit"], [patch, quit])
else:
Expand Down

0 comments on commit bfbca8f

Please sign in to comment.