feat: /new_creative tg_bot
This commit is contained in:
@@ -21,6 +21,7 @@ from src.usecase import Usecase
|
||||
async def lifespan(app: FastAPI) -> AsyncGenerator[None]:
|
||||
await postgres.connect()
|
||||
await telegram.start_polling()
|
||||
await telegram.set_commands()
|
||||
await views_worker.start()
|
||||
|
||||
yield
|
||||
|
||||
Reference in New Issue
Block a user