We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ae479 commit 397e837Copy full SHA for 397e837
2 files changed
Activity-Condenser.exe
-11.8 KB
checkupdate.py
@@ -54,7 +54,7 @@
54
maxcheck = 0
55
56
while isdiscordrunning == False:
57
- if maxcheck < 10:
+ if maxcheck < -1:
58
if ("Discord.exe" in (p.name() for p in psutil.process_iter())) == True:
59
isdiscordrunning = True
60
else:
0 commit comments