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