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 2eaa5fd14e - Show all commits

View file

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