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 a723ccf2f8 - Show all commits

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?