removed typo
This commit is contained in:
parent
35615caa70
commit
bc06f72b28
1 changed files with 2 additions and 2 deletions
2
background_job.py
Normal file → Executable file
2
background_job.py
Normal file → Executable file
|
@ -67,7 +67,7 @@ def loop():
|
||||||
if ram_usage >= 98 and swap_usage >= 98:
|
if ram_usage >= 98 and swap_usage >= 98:
|
||||||
ram_full()
|
ram_full()
|
||||||
|
|
||||||
elif ram_usage >= 90 = warning_cooldown == 0:
|
elif ram_usage >= 90 and warning_cooldown == 0:
|
||||||
ram_almost_full()
|
ram_almost_full()
|
||||||
warning_cooldown = 30
|
warning_cooldown = 30
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue