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