Added more logging
This commit is contained in:
parent
1b5c73127e
commit
1779517c0f
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ def check_for_change():
|
|||
# Is triggered?
|
||||
delta = latest["total"] - local_history[-2]["total"]
|
||||
if math.abs(delta) < min_noticable_difference:
|
||||
logging.info(f"Delta: {delta}")
|
||||
return
|
||||
|
||||
# Changed weight up or down?
|
||||
|
|
Loading…
Reference in a new issue