Skip to content

Commit 2c9dce9

Browse files
committed
line 28
1 parent ab8587d commit 2c9dce9

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Digital Clock/digital_clock.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def dig_clock():
2121
# to update the time display as needed
2222
# could use >200 ms, but display gets jerky
2323

24-
label.pack()
24+
label.after(200, dig_clock)
2525

2626
dig_clock()
2727

bankmanaging.db

16 KB
Binary file not shown.

data.db

Whitespace-only changes.

0 commit comments

Comments
 (0)