ruslanmv commited on
Commit
883c349
1 Parent(s): 4958271

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
 
167
  participant["score"] = 0
168
 
169
  if __name__ == '__main__':
170
+ socketio.run(app, host='0.0.0.0', port=7860, debug=True)