Skip to content

Commit

Permalink
remove : SOUND_FILE_NAME_EXIST_ERROR removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sadrasabouri committed May 2, 2024
1 parent 8206c7b commit 4ff27e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nava/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from functools import wraps
from .thread import NavaThread
from .params import OVERVIEW
from .params import SOUND_FILE_PLAY_ERROR, SOUND_FILE_EXIST_ERROR, SOUND_FILE_NAME_EXIST_ERROR
from .params import SOUND_FILE_PLAY_ERROR, SOUND_FILE_EXIST_ERROR
from .params import SOUND_FILE_PATH_TYPE_ERROR, SOUND_ID_EXIST_ERROR, LOOP_ASYNC_ERROR
from .errors import NavaBaseError
from . import params
Expand Down
2 changes: 1 addition & 1 deletion nava/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
A Python library for playing sound everywhere natively and securely.
"""
SOUND_FILE_NAME_EXIST_ERROR = "Please provide an audio file name to play."

SOUND_FILE_PLAY_ERROR = "Sound can not play due to some issues."
SOUND_FILE_EXIST_ERROR = "Given sound file doesn't exist."
SOUND_FILE_PATH_TYPE_ERROR = "Sound file's path should be a string."
Expand Down

0 comments on commit 4ff27e6

Please sign in to comment.