mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-14 21:25:39 +02:00
Update settings.py
disabled till configured and also uses io
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user