Private
Public Access
1
0

Merge branch 'hotfix/v6.83'

This commit is contained in:
Sander Roosendaal
2018-06-06 15:36:38 +02:00

View File

@@ -106,6 +106,7 @@ def get_token(code):
except KeyError:
thetoken = 0
expires_in = 0
user_id = 0
return [thetoken,expires_in,user_id]