Private
Public Access
1
0

bug fix polar flow callback

This commit is contained in:
Sander Roosendaal
2018-06-06 15:35:19 +02:00
parent 97bacfbf64
commit 6cdce9a513

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]