projects
/
forks
/
peks-announcer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58d8609
)
removed extra lines
author
Shane Pepperell
<shane.pepperell@me.com>
Sat, 14 Jan 2023 02:38:35 +0000
(
02:38
+0000)
committer
Shane Pepperell
<shane.pepperell@me.com>
Sat, 14 Jan 2023 02:38:35 +0000
(
02:38
+0000)
announcer.pyw
patch
|
blob
|
history
diff --git
a/announcer.pyw
b/announcer.pyw
index 753fc0d0a4f9b0b1aacacb56cfd4b7ca348de75e..1f141f42f5a104ac472b92adf530969ad1371786 100644
(file)
--- a/
announcer.pyw
+++ b/
announcer.pyw
@@
-265,5
+265,4
@@
if __name__ == '__main__':
Button(gui, text='Test volume', command=play_random_sound).grid()
announcer_thread = threading.Thread(target=announcer_loop)
announcer_thread.start()
- mainloop()
-
+ mainloop()
\ No newline at end of file