dbg no longer needed
This commit is contained in:
parent
1b3a519f53
commit
a431d76a9a
@ -70,7 +70,6 @@ class LyricSearch(FastAPI):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if not(random_song_requested) and not(query_valid):
|
if not(random_song_requested) and not(query_valid):
|
||||||
logging.debug(f"DEBUG!\nsearchSong: {searchSong}\nsearchArtist: {searchArtist}")
|
|
||||||
return {
|
return {
|
||||||
"err": True,
|
"err": True,
|
||||||
"errorText": "Invalid parameters"
|
"errorText": "Invalid parameters"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user