We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f3be0 commit 43541ccCopy full SHA for 43541cc
1 file changed
archon/actor/actor.py
@@ -93,7 +93,7 @@ def __init__(
93
94
self.config_file_path: str | None = None
95
96
- async def start(self):
+ async def start(self, **_):
97
"""Start the actor and connect the controllers."""
98
99
connect_timeout = self.config["timeouts"]["controller_connect"]
0 commit comments