Update settings.py

disabled till configured and also uses io
This commit is contained in:
SpudGunMan
2025-10-07 23:16:28 -07:00
parent 8cc1d24b93
commit ef62a06db1
+1 -1
View File
@@ -377,7 +377,7 @@ try:
hamtest_enabled = config['games'].getboolean('hamtest', True)
tictactoe_enabled = config['games'].getboolean('tictactoe', True)
quiz_enabled = config['games'].getboolean('quiz', False)
survey_enabled = config['games'].getboolean('survey', True)
survey_enabled = config['games'].getboolean('survey', False)
surveyRecordID = config['games'].getboolean('surveyRecordID', True)
surveyRecordLocation = config['games'].getboolean('surveyRecordLocation', True)