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 2749616 commit 9d7b26c
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 @@ -37,7 +37,7 @@ class AdminPHAL(PHAL):

def __init__(self, config=None, bus=None, on_ready=on_admin_ready, on_error=on_admin_error,
on_stopping=on_admin_stopping, on_started=on_admin_started, on_alive=on_admin_alive,
watchdog=lambda: None, name="PHAL.admin", **kwargs):
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)
Expand Down

0 comments on commit 9d7b26c

Please sign in to comment.