From 805aa47e09b56a34bd0071aa95996fa718c5c0dd Mon Sep 17 00:00:00 2001 From: will wade Date: Fri, 13 Aug 2021 21:40:22 +0100 Subject: [PATCH] hide the pygame alert --- eye_commander/sounds/sounds.py | 1 + 1 file changed, 1 insertion(+) 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()