Mbonea commited on
Commit
cb4edc6
·
1 Parent(s): 3a01362
Files changed (1) hide show
  1. App/app.py +2 -2
App/app.py CHANGED
@@ -50,8 +50,8 @@ def authjwt_exception_handler(request: Request, exc: AuthJWTException):
50
  async def startup_event():
51
  await bot.start()
52
  # await upload_bot.start()
53
- await models.create_all()
54
- # models.metadata.create_all()
55
 
56
  if not database.is_connected:
57
  await database.connect()
 
50
  async def startup_event():
51
  await bot.start()
52
  # await upload_bot.start()
53
+ # await models.create_all()
54
+ models.metadata.create_all()
55
 
56
  if not database.is_connected:
57
  await database.connect()