diff --git a/home/homeScreenGui.py b/home/homeScreenGui.py index 4d6c885c..e5231b9f 100644 --- a/home/homeScreenGui.py +++ b/home/homeScreenGui.py @@ -29,7 +29,7 @@ def render_new_game_icon(game_list_frame): #Function where it opens a new web browser tab that shows a new game page def open_code_editor_new_game_page(event): print("New Game Icon button clicked!") - link = 'http://localhost:5000/load?=filename.json' + link = 'http://localhost:5000/?load=filename.json' webbrowser.open(link)