diff --git a/rowers/polarstuff.py b/rowers/polarstuff.py index 7ab1a1fd..050ea10c 100644 --- a/rowers/polarstuff.py +++ b/rowers/polarstuff.py @@ -271,7 +271,7 @@ def get_polar_workouts(user): dologging('polar.log',str(exercise_dict)) # commit transaction - requests.put(url, headers=headers) + #requests.put(url, headers=headers) return exercise_list # pragma: no cover