diff --git a/rowers/polarstuff.py b/rowers/polarstuff.py index 050ea10c..79d1bbc4 100644 --- a/rowers/polarstuff.py +++ b/rowers/polarstuff.py @@ -202,7 +202,7 @@ def get_polar_workouts(user): dologging('polar.log',url) dologging('polar.log',authorizationstring) dologging('polar.log',str(response.status_code)) - dologgin('polar.log',response.reason) + dologging('polar.log',response.reason) dologging('polar.log',response.text)