Skip to content

Commit

Permalink
Remove hard-coded sleep with TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Oct 12, 2023
1 parent 6def906 commit 3b90d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_audio/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def _play(self, message):
prefered_service = None
try:
self.play(tracks, prefered_service, repeat)
time.sleep(0.5) # TODO: Is this hard-coded delay necessary?
# time.sleep(0.5) # TODO: Was this hard-coded delay necessary?
except Exception as e:
LOG.exception(e)

Expand Down

0 comments on commit 3b90d37

Please sign in to comment.