Private
Public Access
1
0

Merge branch 'hotfix/v2.21'

This commit is contained in:
Sander Roosendaal
2017-04-22 16:29:37 +02:00

View File

@@ -142,6 +142,8 @@ def get_token(code):
refresh_token = token_json['refresh_token']
except KeyError:
thetoken = 0
expires_in = 30
refresh_token = ''
return thetoken,expires_in,refresh_token