[go: up one dir, main page]

Skip to content

Commit

Permalink
line 28
Browse files Browse the repository at this point in the history
  • Loading branch information
Devansh2005 committed Sep 21, 2020
1 parent ab8587d commit 2c9dce9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Digital Clock/digital_clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def dig_clock():
# to update the time display as needed
# could use >200 ms, but display gets jerky

label.pack()
label.after(200, dig_clock)

dig_clock()

Expand Down
Binary file added bankmanaging.db
Binary file not shown.
Empty file added data.db
Empty file.

0 comments on commit 2c9dce9

Please sign in to comment.