Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SunoAI-API/Suno-API
/ start_keep_alive
Function
start_keep_alive
cookie.py:72–74 ·
view source on GitHub ↗
(suno_cookie: SunoCookie)
Source
from the content-addressed store, hash-verified
70
71
72
def
start_keep_alive(suno_cookie: SunoCookie):
73
t = Thread(target=keep_alive, args=(suno_cookie,))
74
t.start()
75
76
77
start_keep_alive(suno_auth)
Callers
1
cookie.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected