Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 58e47e2

Browse files
Update alarm_clock.py
Trying what i learned today pulling and forkig
1 parent d516164 commit 58e47e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/Alarm Clock/alarm_clock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def stop_alarm():
217217

218218
Button(root, text="Set Alarm", font=("Helvetica 15"), command=Threading).pack(pady=20)
219219

220-
button = Button(root, text="Stop Alarm", bg="red", fg="white", command=stop_alarm).pack(
220+
my_button = Button(root, text="Stop Alarm", bg="red", fg="white", command=stop_alarm).pack(
221221
pady=30
222222
)
223223

0 commit comments

Comments
 (0)