Closed Leask closed 3 months ago
In the design of the Kling API, in many error scenarios, the task key is not missing but present and equal to None. In this case, None will be unpacked instead of being assigned the default value {}. This commit fixes this issue.
task
None
{}
Thanks
In the design of the Kling API, in many error scenarios, the
task
key is not missing but present and equal toNone
. In this case, None will be unpacked instead of being assigned the default value{}
. This commit fixes this issue.