Skip to content

Commit

Permalink
Revert extra change from troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Oct 11, 2023
1 parent 6403d22 commit f81e6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neon_audio/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from ovos_utils import wait_for_exit_signal
from ovos_utils.log import LOG
from ovos_config.locale import setup_locale
from ovos_utils.process_utils import reset_sigint_handler # , PIDLock as Lock
from ovos_utils.process_utils import reset_sigint_handler, PIDLock as Lock

from neon_audio.service import NeonPlaybackService

Expand All @@ -56,7 +56,7 @@ def main(*args, **kwargs):

reset_sigint_handler()
check_for_signal("isSpeaking")
# Lock("audio")
Lock("audio")
setup_locale()
service = NeonPlaybackService(*args, **kwargs)
service.start()
Expand Down

0 comments on commit f81e6d1

Please sign in to comment.