Update app.py
Browse files
app.py
CHANGED
@@ -167,4 +167,4 @@ def reset_quiz():
|
|
167 |
participant["score"] = 0
|
168 |
|
169 |
if __name__ == '__main__':
|
170 |
-
socketio.run(app, host='0.0.0.0', port=7860, debug=
|
|
|
167 |
participant["score"] = 0
|
168 |
|
169 |
if __name__ == '__main__':
|
170 |
+
socketio.run(app, host='0.0.0.0', port=7860, debug=True)
|