Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wengchaoxi committed Apr 10, 2024
1 parent b531265 commit d0bcf55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions suno/suno.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@

ua = UserAgent(browsers=["edge"])

get_session_url = "https://clerk.suno.com/v1/client/?_clerk_js_version=4.72.0-snapshot.vc141245"
exchange_token_url = (
"https://clerk.suno.com/v1/client/sessions/{sid}/tokens/api?_clerk_js_version=4.72.0-snapshot.vc141245"
get_session_url = (
"https://clerk.suno.com/v1/client/?_clerk_js_version=4.72.0-snapshot.vc141245"
)
exchange_token_url = "https://clerk.suno.com/v1/client/sessions/{sid}/tokens/api?_clerk_js_version=4.72.0-snapshot.vc141245"

base_url = "https://studio-api.suno.ai"
browser_version = "edge101"
Expand Down

0 comments on commit d0bcf55

Please sign in to comment.