reformat/naas

This commit is contained in:
2025-05-01 15:54:27 -04:00
parent ad43db289a
commit 3d6f1006a9
3 changed files with 36 additions and 3 deletions

View File

@ -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,