bug fixes TP sync
This commit is contained in:
@@ -152,7 +152,9 @@ def get_token(code):
|
||||
refresh_token = token_json['refresh_token']
|
||||
except KeyError:
|
||||
thetoken = 0
|
||||
|
||||
expires_in = 0
|
||||
refresh_token = 0
|
||||
|
||||
return thetoken,expires_in,refresh_token
|
||||
|
||||
# Make authorization URL including random string
|
||||
|
||||
Reference in New Issue
Block a user