This commit is contained in:
2025-10-23 22:41:29 +03:00
parent 667aeccc38
commit fc8597504f
4 changed files with 40 additions and 68 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class Orchestrator:
self._arg_parser: ArgParser = arg_parser
self._custom_providers: list[Provider] = custom_providers
self._auto_inject_handlers: bool = auto_inject_handlers
self._arg_parser._parse_args()
def start_polling(self, app: App) -> None: