Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,4 +135,4 @@ def decide(issue_id):
|
|
| 135 |
if __name__ == '__main__':
|
| 136 |
with app.app_context():
|
| 137 |
db.create_all()
|
| 138 |
-
app.run(debug=
|
|
|
|
| 135 |
if __name__ == '__main__':
|
| 136 |
with app.app_context():
|
| 137 |
db.create_all()
|
| 138 |
+
app.run(debug=False)
|