This commit is contained in:
Aevann1 2022-01-11 05:29:02 +02:00
parent e979122a24
commit ce35715f6d

View file

@ -562,7 +562,7 @@ def thumbnail_thread(pid):
cpu = cpu_percent()
if cpu > 50:
if cpu > 5:
print('wtf', flush=True)
with open('under_attack', 'r') as f: content = f.read()