harshith1411 commited on
Commit
4f7121d
·
verified ·
1 Parent(s): 14eda2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,5 +38,5 @@ def learning_module():
38
  }
39
  return jsonify(content), 200
40
 
41
- if __name__ == '__main__':
42
- app.run(debug=True)
 
38
  }
39
  return jsonify(content), 200
40
 
41
+ if __name__ == "__main__":
42
+ app.run(debug=True, use_reloader=False)