This commit is contained in:
Aevann1 2022-01-11 01:55:35 +02:00
parent d7ba907f66
commit 2e41acc744

View file

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