Fixed scale

This commit is contained in:
Maximilian Giller 2024-05-06 23:06:04 +02:00
parent abd9ec221c
commit a723ccf2f8

View file

@ -84,7 +84,7 @@ def check_for_change():
global show_scale_countdown
latest = local_history[-1]
if show_scale_countdown > 0 and show_scale_countdown % 3 == 0:
show_scale(latest["total"])
show_scale(latest["total"] - empty_weight)
show_scale_countdown -= 1
# Is triggered?