1
0
This commit is contained in:
Antonio Cheong 2023-07-31 13:09:24 +08:00
parent 6d1f0345ec
commit 74f765382b

View File

@ -127,8 +127,7 @@ func main() {
println("Details: " + err.Details)
println("Embedded error: " + err.Error.Error())
// Sleep for 10 seconds
time.Sleep(10 * time.Second)
continue
panic(err)
}
access_token := authenticator.GetAccessToken()
// Append access token to access_tokens.txt