From 0f3d42803e037d4984f4501cf0ee26b290592466 Mon Sep 17 00:00:00 2001 From: iansun2 Date: Mon, 19 Jun 2023 05:17:38 +0800 Subject: [PATCH] set default questions to 20 --- quest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quest.py b/quest.py index ed997f1..205b90c 100644 --- a/quest.py +++ b/quest.py @@ -137,7 +137,7 @@ def submitCallback(): # Config -question_count = 5 +question_count = 20 screen_height = 500 screen_width = 600