refactor: drop unused legacy run_bot flags and dead backend/main.py

This commit is contained in:
3252a8
2026-05-17 00:31:08 +03:00
parent 99732211b7
commit fc7f97c136
3 changed files with 9 additions and 81 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from config.settings import get_settings
async def main() -> None:
settings = get_settings()
await run_bot(settings, run_web=True, run_tariff_worker=False)
await run_bot(settings)
if __name__ == "__main__":