I don't even CMD
This commit is contained in:
parent
5f4d456388
commit
e50d081004
1 changed files with 1 additions and 1 deletions
2
GUI.py
2
GUI.py
|
@ -55,7 +55,7 @@ class Main_Window:
|
||||||
|
|
||||||
def show_info(self, event):
|
def show_info(self, event):
|
||||||
logging.info("Loading About Page...")
|
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):
|
def close(self, event):
|
||||||
logging.critical("Closing Main Window.")
|
logging.critical("Closing Main Window.")
|
||||||
|
|
Reference in a new issue