From 62ec8db7f0ec4ac5f3a29498e605cb58612d2a6d Mon Sep 17 00:00:00 2001 From: Shane Pepperell Date: Sat, 14 Jan 2023 02:38:35 +0000 Subject: [PATCH] removed extra lines --- announcer.pyw | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.30.2