def refreshToken(time): time.sleep(time) TOKEN_DATA = refreshAuth()
def refreshToken(time): global TOKEN_DATA time.sleep(time) TOKEN_DATA = refreshAuth()