Browse Source

set default questions to 20

master
iansun2 2 years ago
parent
commit
0f3d42803e
  1. 2
      quest.py

2
quest.py

@ -137,7 +137,7 @@ def submitCallback():
# Config
question_count = 5
question_count = 20
screen_height = 500
screen_width = 600

Loading…
Cancel
Save