[Kling] Fix typo in node description (#150)

This commit is contained in:
Christian Byrne 2025-05-05 20:00:34 -07:00 committed by GitHub
parent e493f8a4cd
commit 7e1ce6a049
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -808,7 +808,7 @@ class KlingVideoExtendNode(KlingNodeBase):
RETURN_TYPES = ("VIDEO", "STRING", "STRING")
RETURN_NAMES = ("VIDEO", "video_id", "duration")
DESCRIPTION = "Kling Video Extend Node. Extend videos made by other Kling nodes. The Kling ID is output by Kling Nodes."
DESCRIPTION = "Kling Video Extend Node. Extend videos made by other Kling nodes. The video_id is created by using other Kling Nodes."
def get_response(self, task_id: str, auth_token: str) -> KlingVideoExtendResponse:
return poll_until_finished(