Private
Public Access
1
0

underarmour return if not succesful

This commit is contained in:
Sander Roosendaal
2017-04-22 16:28:47 +02:00
parent ebebac7639
commit 0bd615ab7d

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