Skip to content

Commit

Permalink
fix : typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sadrasabouri committed Mar 28, 2024
1 parent 6e61f48 commit 621d64b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nava/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ def play(sound_path, async_mode=False, loop=False):
:type loop: bool
:return: None or sound id
"""
print("sound_path: ", sound_path)
if loop and not async_mode:
raise NavaBaseError(LOOP_ASYNC_ERROR)
try:
Expand Down

0 comments on commit 621d64b

Please sign in to comment.