We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcca248 commit ab8587dCopy full SHA for ab8587d
Digital Clock/digital_clock.py
@@ -21,7 +21,7 @@ def dig_clock():
21
# to update the time display as needed
22
# could use >200 ms, but display gets jerky
23
24
- label.after(200, clack)
+ label.pack()
25
26
dig_clock()
27
0 commit comments