Merge branch 'devel'

This commit is contained in:
Jeremiah Ticket 2019-12-08 06:43:04 -09:00
commit 5f0dbfac65

View File

@ -13,6 +13,7 @@ import pyperclip
import random
import re
import requests
import webbrowser
# Global variable for speech provider
try:
import speechd
@ -26,7 +27,6 @@ except ImportError:
print("No other speech providers found.")
exit()
import subprocess
import time
localConfig = configparser.ConfigParser()
@ -235,4 +235,4 @@ def game_menu(*options):
def donate():
pygame.mixer.music.pause()
subprocess.call(["xdg-open", "https://liberapay.com/stormdragon2976/donate"])
webbrowser.open('https://liberapay.com/stormdragon2976/donate')