Skip to content

Commit 79f6857

Browse files
committed
Updated window title.
1 parent aef74cc commit 79f6857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

au-ch_clock/main_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Create a Tkinter window
66
root = tk.Tk()
7-
root.title("Australia-Switzerland Clock")
7+
root.title("Simple Digital Clock")
88

99
# Timezones
1010
tz_au = "Australia/Brisbane"

0 commit comments

Comments
 (0)