From: Shane Pepperell Date: Sat, 14 Jan 2023 02:38:35 +0000 (+0000) Subject: removed extra lines X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=62ec8db7f0ec4ac5f3a29498e605cb58612d2a6d;p=forks%2Fpeks-announcer.git removed extra lines --- diff --git a/announcer.pyw b/announcer.pyw index 753fc0d..1f141f4 100644 --- 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