Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,5 +38,5 @@ def learning_module():
|
|
38 |
}
|
39 |
return jsonify(content), 200
|
40 |
|
41 |
-
if __name__ ==
|
42 |
-
app.run(debug=True)
|
|
|
38 |
}
|
39 |
return jsonify(content), 200
|
40 |
|
41 |
+
if __name__ == "__main__":
|
42 |
+
app.run(debug=True, use_reloader=False)
|