From 00634aba7c1b11c8e04a86326a3ebdb8285c5749 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 25 Feb 2017 19:46:00 +0100 Subject: [PATCH] nothing --- rowers/c2stuff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/c2stuff.py b/rowers/c2stuff.py index 2d4c8524..23bf374f 100644 --- a/rowers/c2stuff.py +++ b/rowers/c2stuff.py @@ -350,7 +350,7 @@ def get_token(code): response = s.send(prepped) token_json = response.json() - + if token_json['status_code'] == 200: thetoken = token_json['access_token'] expires_in = token_json['expires_in']