Fixed a misplaced import.
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user