From 6cdce9a51310ba0c3b003eb4b9764caebb1eff4b Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 6 Jun 2018 15:35:19 +0200 Subject: [PATCH] bug fix polar flow callback --- rowers/polarstuff.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rowers/polarstuff.py b/rowers/polarstuff.py index 5bf1a535..60aad0d8 100644 --- a/rowers/polarstuff.py +++ b/rowers/polarstuff.py @@ -106,6 +106,7 @@ def get_token(code): except KeyError: thetoken = 0 expires_in = 0 + user_id = 0 return [thetoken,expires_in,user_id]