Update app.py
Browse files
app.py
CHANGED
|
@@ -210,4 +210,4 @@ def gere():
|
|
| 210 |
if __name__ == '__main__':
|
| 211 |
with app.app_context():
|
| 212 |
db.create_all() # Crée les tables si elles n'existent pas
|
| 213 |
-
app.run(debug=True
|
|
|
|
| 210 |
if __name__ == '__main__':
|
| 211 |
with app.app_context():
|
| 212 |
db.create_all() # Crée les tables si elles n'existent pas
|
| 213 |
+
app.run(debug=True) # Port différent pour éviter les conflits
|