Skip to content

Commit

Permalink
Disable message source validation to ensure backwards-compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Oct 26, 2023
1 parent 37076de commit 7e70dc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion neon_speech/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ def __init__(self, ready_hook=on_ready, error_hook=on_error,
on_alive=alive_hook,
on_started=started_hook,
bus=bus,
watchdog=watchdog)
watchdog=watchdog,
validate_source=False)
# TODO: Temporarily disable validate_source to ensure backwards-compat
self.daemon = daemonic
self.config.bus = self.bus
from neon_utils.signal_utils import init_signal_handlers, \
Expand Down

0 comments on commit 7e70dc8

Please sign in to comment.