Skip to content

Commit e9d6ab2

Browse files
committed
docs: sample code fix typo
1 parent 74d34fb commit e9d6ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def get_clip(clip_id):
179179
return response.json()
180180

181181
def generate_whole_song(clip_id):
182-
payloyd = {"clip_id": clip_id}
182+
payload = {"clip_id": clip_id}
183183
url = f"{base_url}/api/concat"
184184
response = requests.post(url, json=payload)
185185
return response.json()

0 commit comments

Comments
 (0)