reformat/naas
This commit is contained in:
@ -170,8 +170,8 @@ class LyricSearch(FastAPI):
|
||||
if not result:
|
||||
if not data.lrc:
|
||||
await self.notifier.send(
|
||||
"DEBUG", f"Could not locate lyrics, request was:\n`{data}`"
|
||||
)
|
||||
"DEBUG", f"Could not locate lyrics, request was:\n`{data}`"
|
||||
)
|
||||
return JSONResponse(
|
||||
content={
|
||||
"err": True,
|
||||
|
Reference in New Issue
Block a user