whitespace: fix trailing spaces
Some checks failed
ci / docker (push) Failing after 2m3s

This commit is contained in:
2025-11-25 00:03:28 +01:00
parent 8d6590364f
commit d70a37f42c

View File

@@ -342,7 +342,7 @@ def default():
text, status = record_and_check_smart(verifiedServiceObj, text, status = record_and_check_smart(verifiedServiceObj,
timestamp, smart) timestamp, smart)
status = Status(service=service, timestamp=timestamp, status=status, status = Status(service=service, timestamp=timestamp, status=status,
info_text=text) info_text=text)
db.session.merge(status) db.session.merge(status)
db.session.commit() db.session.commit()
@@ -412,7 +412,7 @@ def record_and_check_smart(service, timestamp, smart):
spare_change), "WARNING") spare_change), "WARNING")
# unsafe_shutdowns +1 # # unsafe_shutdowns +1 #
if(smart_second_last and if(smart_second_last and
smart_second_last.unsafe_shutdowns - smart_last.unsafe_shutdowns >= 1): smart_second_last.unsafe_shutdowns - smart_last.unsafe_shutdowns >= 1):
return ("Disk had {} unsafe shutdowns".format(smart_last.unsafe_shutdowns), return ("Disk had {} unsafe shutdowns".format(smart_last.unsafe_shutdowns),
"WARNING") "WARNING")