first commit
This commit is contained in:
parent
973c47ff25
commit
4b01ff4c75
5 changed files with 40 additions and 21 deletions
|
@ -81,7 +81,7 @@ def update_token(suno_cookie: SunoCookie):
|
|||
session_id = suno_cookie.get_session_id()
|
||||
|
||||
resp = requests.post(
|
||||
url=f"https://clerk.suno.com/v1/client/sessions/{session_id}/tokens?_clerk_js_version=5.16.1",
|
||||
url=f"https://clerk.suno.com/v1/client/sessions/{session_id}/tokens?_clerk_js_version=5.26.1",
|
||||
headers=headers,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue