From 744aba1a32442d2f9ccf2185c244a66076471b6c Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 26 Nov 2019 19:53:36 -0500 Subject: [PATCH] Fixed a misplaced import. --- storm_games.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storm_games.py b/storm_games.py index 6835991..e7d15a0 100755 --- a/storm_games.py +++ b/storm_games.py @@ -12,6 +12,7 @@ import pygame import random import requests import speechd +import subprocess import time localConfig = configparser.ConfigParser() @@ -151,7 +152,6 @@ def game_menu(*options): time.sleep(0.001) def donate(*mode): - import subprocess subprocess.call(["xdg-open", "https://liberapay.com/stormdragon2976/donate"]) pygame.mixer.music.pause() mode = "menu"