yihong0618 / klingCreator

About High quality video and image generation by https://klingai.kuaishou.com and https://klingai.com/ Reverse engineered API.
GNU General Public License v3.0
115 stars 26 forks source link

Update kling.py #11

Closed Leask closed 3 months ago

Leask commented 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.

yihong0618 commented 3 months ago

Thanks