MCPcopy 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
72def start_keep_alive(suno_cookie: SunoCookie):
73 t = Thread(target=keep_alive, args=(suno_cookie,))
74 t.start()
75
76
77start_keep_alive(suno_auth)

Callers 1

cookie.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected