fix: refresh token
This commit is contained in:
parent
13a00b3c56
commit
f20b892dd0
@ -116,7 +116,6 @@ class SunoApi {
|
||||
make_instrumental: boolean = false,
|
||||
wait_audio: boolean = false,
|
||||
): Promise<AudioInfo[]> {
|
||||
await this.keepAlive(false);
|
||||
const startTime = Date.now();
|
||||
const audios = await this.generateSongs(prompt, true, tags, title, make_instrumental, wait_audio);
|
||||
const costTime = Date.now() - startTime;
|
||||
|
Loading…
Reference in New Issue
Block a user