worker?
Browse files- App/app.py +1 -1
App/app.py
CHANGED
@@ -48,7 +48,7 @@ def authjwt_exception_handler(request: Request, exc: AuthJWTException):
|
|
48 |
|
49 |
@app.on_event("startup")
|
50 |
async def startup_event():
|
51 |
-
await bot.start()
|
52 |
# await upload_bot.start()
|
53 |
# await models.create_all()
|
54 |
# models.metadata.create_all()
|
|
|
48 |
|
49 |
@app.on_event("startup")
|
50 |
async def startup_event():
|
51 |
+
# await bot.start()
|
52 |
# await upload_bot.start()
|
53 |
# await models.create_all()
|
54 |
# models.metadata.create_all()
|