Skip to content

Commit 397e837

Browse files
committed
1.0.7
1 parent d9ae479 commit 397e837

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Activity-Condenser.exe

-11.8 KB
Binary file not shown.

checkupdate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
maxcheck = 0
5555

5656
while isdiscordrunning == False:
57-
if maxcheck < 10:
57+
if maxcheck < -1:
5858
if ("Discord.exe" in (p.name() for p in psutil.process_iter())) == True:
5959
isdiscordrunning = True
6060
else:

0 commit comments

Comments
 (0)