minor fix
Browse files- App/app.py +1 -1
App/app.py
CHANGED
|
@@ -36,7 +36,7 @@ app.add_middleware(
|
|
| 36 |
async def startup_event():
|
| 37 |
await bot.start()
|
| 38 |
# await upload_bot.start()
|
| 39 |
-
await models.create_all()
|
| 40 |
if not database.is_connected:
|
| 41 |
await database.connect()
|
| 42 |
print("connected!")
|
|
|
|
| 36 |
async def startup_event():
|
| 37 |
await bot.start()
|
| 38 |
# await upload_bot.start()
|
| 39 |
+
# await models.create_all()
|
| 40 |
if not database.is_connected:
|
| 41 |
await database.connect()
|
| 42 |
print("connected!")
|