fix: Postgres auth + worker startup

This commit is contained in:
2026-06-16 19:38:32 +02:00
parent 1a5d998cc8
commit 3136d55742
6 changed files with 31 additions and 24 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ async def main() -> None:
from bot import register_handlers # noqa: E402
register_handlers(app.bot)
register_handlers(app)
scheduler = asyncio.ensure_future(scheduler_task(pool, app.bot))