Skip to content

Commit

Permalink
fix: use new path for get_mycroft_bus (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray authored Apr 26, 2024
1 parent db56cd5 commit 46dd69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_enclosure/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from neon_utils.log_utils import init_log
from neon_utils.process_utils import start_malloc, snapshot_malloc, print_malloc
from neon_utils.signal_utils import init_signal_bus, init_signal_handlers
from ovos_utils.messagebus import get_mycroft_bus
from ovos_bus_client.util import get_mycroft_bus
from ovos_utils.process_utils import reset_sigint_handler, PIDLock
from ovos_utils.log import LOG
from ovos_utils import wait_for_exit_signal
Expand Down

0 comments on commit 46dd69f

Please sign in to comment.