Skip to content

Commit

Permalink
fixed circle
Browse files Browse the repository at this point in the history
  • Loading branch information
S0KPiseth committed Sep 4, 2024
1 parent 0cd7748 commit 0e6bd72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Function.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ def __init__(self, master):
self.lap_count = 0 # Initialize lap count to 0

def stopwatch(self):
move_circle(self.master)
while not sw_stop_flag:
self.master.sw_centi.set(("0" + str(self.centi_sw % 100)) if len(str(self.centi_sw % 100)) == 1 else str(self.centi_sw % 100))
if int(self.master.sw_centi.get()) == 99:
Expand Down

0 comments on commit 0e6bd72

Please sign in to comment.