Skip to content

Commit 43541cc

Browse files
committed
Better override of AMQPActor.start()
1 parent 81f3be0 commit 43541cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archon/actor/actor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def __init__(
9393

9494
self.config_file_path: str | None = None
9595

96-
async def start(self):
96+
async def start(self, **_):
9797
"""Start the actor and connect the controllers."""
9898

9999
connect_timeout = self.config["timeouts"]["controller_connect"]

0 commit comments

Comments
 (0)