diff --git a/jppc.py b/jppc.py index c7a6eae..0ab9945 100644 --- a/jppc.py +++ b/jppc.py @@ -340,7 +340,7 @@ def safety_quip(selection, existing_data=None): }, "create_content") #Main Menu stuff -create_content = SelectionWindow("Select a game", ["Select a game.", ("Blather Round", "Devils and the Details", "Talking Points", "Quiplash 3", "Champ'd Up"), "game"],{ +create_content = SelectionWindow("Select a game", ["Select a game.", ("Quiplash 3"), "game"],{ "Blather Round": None, "Devils and the Details": None, "Talking Points": None, @@ -348,7 +348,7 @@ def safety_quip(selection, existing_data=None): "Champ'd Up": None }, "main_window") -main_window = SelectionWindow("Select an option", ["Please select an option.", ("View My Custom Content", "Create Custom Content", "Edit Content", "Import Content"), "option"], { +main_window = SelectionWindow("Select an option", ["Please select an option.", ("View My Custom Content", "Create Custom Content", "Edit Content"), "option"], { "Create Custom Content": create_content.run, "Edit Content": edit_content, "Import Content": None,