Skip to content

Commit

Permalink
Merge pull request #55 from Capstone-Projects-2024-Spring/BP-157-Add-…
Browse files Browse the repository at this point in the history
…new-CE-project-link-to-homescreen-gui

Added new code editor project link
  • Loading branch information
tuk05348 committed Mar 15, 2024
2 parents cc3d872 + e6f2c00 commit d7f766b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/homeScreenGui.py
Expand Up @@ -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)


Expand Down

0 comments on commit d7f766b

Please sign in to comment.