Mbonea commited on
Commit
180115e
1 Parent(s): 591d823

remove create_all

Browse files
Files changed (1) hide show
  1. App/app.py +1 -1
App/app.py CHANGED
@@ -54,7 +54,7 @@ def authjwt_exception_handler(request: Request, exc: AuthJWTException):
54
  async def startup_event():
55
  # await bot.start(bot_token="6183919505:AAEhHFt4mI18bQeAf2Lj7AePXFRPVLrOFM8")
56
  # await upload_bot.start()
57
- await models.create_all()
58
 
59
  # await create_async_model(models)
60
  if not database.is_connected:
 
54
  async def startup_event():
55
  # await bot.start(bot_token="6183919505:AAEhHFt4mI18bQeAf2Lj7AePXFRPVLrOFM8")
56
  # await upload_bot.start()
57
+ # await models.create_all()
58
 
59
  # await create_async_model(models)
60
  if not database.is_connected: