bettwaage-sidequest #2

Merged
m.giller merged 38 commits from bettwaage-sidequest into master 2024-06-07 23:38:56 +02:00
Showing only changes of commit 1779517c0f - Show all commits

View file

@ -90,6 +90,7 @@ def check_for_change():
# Is triggered? # Is triggered?
delta = latest["total"] - local_history[-2]["total"] delta = latest["total"] - local_history[-2]["total"]
if math.abs(delta) < min_noticable_difference: if math.abs(delta) < min_noticable_difference:
logging.info(f"Delta: {delta}")
return return
# Changed weight up or down? # Changed weight up or down?