1
Fork 0

I don't even CMD

This commit is contained in:
Jake Howard 2015-05-12 18:43:01 +01:00
parent 5f4d456388
commit e50d081004

2
GUI.py
View file

@ -55,7 +55,7 @@ class Main_Window:
def show_info(self, event):
logging.info("Loading About Page...")
system("https://bitbucket.org/theorangeone/space-invaders/wiki/Home")
system("start https://bitbucket.org/theorangeone/space-invaders/wiki/Home")
def close(self, event):
logging.critical("Closing Main Window.")