Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Jun 27, 2023
1 parent 5c7a6e0 commit 2e5d3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hivemind_voice_satellite/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main(access_key=None,
bus.connect()

# create Audio Output interface (TTS/Music)
audio = PlaybackService(bus=bus, disable_ocp=True)
audio = PlaybackService(bus=bus, disable_ocp=True, validate_source=False)
audio.setDaemon(True)
audio.start()

Expand Down

0 comments on commit 2e5d3a2

Please sign in to comment.