master
Aevann1 2022-01-11 01:55:35 +02:00
parent da0045dc79
commit e8ca2e7938
1 changed files with 1 additions and 1 deletions

View File

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