update code
This commit is contained in:
parent
4a06bfdde4
commit
f6da65044a
@ -234,7 +234,7 @@ class SunoService:
|
|||||||
)
|
)
|
||||||
|
|
||||||
code = result.get("code", 0)
|
code = result.get("code", 0)
|
||||||
data = result.get("data", {})
|
data = result.get("data") or {}
|
||||||
|
|
||||||
if code != 200:
|
if code != 200:
|
||||||
return PollingSongResponse(
|
return PollingSongResponse(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user