Mbonea commited on
Commit
be243ba
·
1 Parent(s): 32a36b2
Files changed (1) hide show
  1. App/app.py +1 -1
App/app.py CHANGED
@@ -46,7 +46,7 @@ def authjwt_exception_handler(request: Request, exc: AuthJWTException):
46
  async def startup_event():
47
  await bot.start(bot_token="6183919505:AAEhHFt4mI18bQeAf2Lj7AePXFRPVLrOFM8")
48
  # await upload_bot.start()
49
- await models.create_all()
50
 
51
  # await create_async_model(models)
52
  if not database.is_connected:
 
46
  async def startup_event():
47
  await bot.start(bot_token="6183919505:AAEhHFt4mI18bQeAf2Lj7AePXFRPVLrOFM8")
48
  # await upload_bot.start()
49
+ # await models.create_all()
50
 
51
  # await create_async_model(models)
52
  if not database.is_connected: