Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Fefedu973 committed Dec 22, 2022
1 parent d9ae479 commit 397e837
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Activity-Condenser.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion checkupdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
maxcheck = 0

while isdiscordrunning == False:
if maxcheck < 10:
if maxcheck < -1:
if ("Discord.exe" in (p.name() for p in psutil.process_iter())) == True:
isdiscordrunning = True
else:
Expand Down

0 comments on commit 397e837

Please sign in to comment.