removed typo

This commit is contained in:
Wolfgang Nowak 2023-12-29 18:04:55 +01:00
parent 35615caa70
commit bc06f72b28

2
background_job.py Normal file → Executable file
View file

@ -67,7 +67,7 @@ def loop():
if ram_usage >= 98 and swap_usage >= 98:
ram_full()
elif ram_usage >= 90 = warning_cooldown == 0:
elif ram_usage >= 90 and warning_cooldown == 0:
ram_almost_full()
warning_cooldown = 30