Skip to content

Commit ab8587d

Browse files
committed
Corrected_code-digital_clock.py
1 parent bcca248 commit ab8587d

File tree

1 file changed

+1
-1
lines changed

1 file 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.after(200, clack)
24+
label.pack()
2525

2626
dig_clock()
2727

0 commit comments

Comments
 (0)