Skip to content

Commit

Permalink
Update admin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Oct 18, 2023
1 parent 9d7b26c commit 24132a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_PHAL/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self, config=None, bus=None, on_ready=on_admin_ready, on_error=on_a
watchdog=lambda: None, skill_id="PHAL.admin", **kwargs):
if config and "admin" not in config:
config = {"admin": config}
super().__init__(config, bus, on_ready, on_error, on_stopping, on_started, on_alive, watchdog, name, **kwargs)
super().__init__(config, bus, on_ready, on_error, on_stopping, on_started, on_alive, watchdog, skill_id, **kwargs)

def load_plugins(self):
for name, plug in find_admin_plugins().items():
Expand Down

0 comments on commit 24132a3

Please sign in to comment.