diff --git a/eye_commander/sounds/sounds.py b/eye_commander/sounds/sounds.py index 3fd1d035..b77d257d 100644 --- a/eye_commander/sounds/sounds.py +++ b/eye_commander/sounds/sounds.py @@ -1,4 +1,5 @@ import os +os.environ['PYGAME_HIDE_SUPPORT_PROMPT'] = 'hide' import pygame pygame.init() pygame.mixer.init()