From d2820d872b8713db660fc8419ed10d9058dbd25c Mon Sep 17 00:00:00 2001 From: egotd Date: Thu, 19 May 2022 01:23:51 +0200 Subject: [PATCH] Disabled pygame promo --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index c4cdf8a..4125ddf 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,7 @@ # pygame - biblioteka do symulacji graficznych from multiprocessing import freeze_support - +import os +os.environ['PYGAME_HIDE_SUPPORT_PROMPT'] = "hide" import pygame # system - klasy związane z pygame # minesweeper - klasy związane z samym saperem