bb
This commit is contained in:
parent
e979122a24
commit
ce35715f6d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue