From 0cf0e78e1cc9e0bdd35bd109e8322d8da7221cf6 Mon Sep 17 00:00:00 2001 From: ambiguousname Date: Mon, 9 Nov 2020 09:07:54 -0800 Subject: [PATCH] Removed non-existent features --- jppc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,