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