From 603fad46f92c39176ed98c0bec930949d8b2f6d6 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Sun, 30 Oct 2022 08:52:13 -0700 Subject: [PATCH] Fix improperly placed comment --- main.pyw | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.pyw b/main.pyw index c9921e4..290c1af 100644 --- a/main.pyw +++ b/main.pyw @@ -8,6 +8,7 @@ import tkinter from tkinter import filedialog +# Hide Pygame "Hello world" stuff. Why does this require an envvar :/ os.environ["PYGAME_HIDE_SUPPORT_PROMPT"] = "1" import pygame from pygame.locals import * @@ -280,8 +281,6 @@ class Tube: if __name__ == "__main__": - # Hide Pygame "Hello world" stuff. Why does this require an envvar :/ - # I use some not-great extreme shorthand in the main loop here: # c = config object # a = audio subsystem object