From fcd3051c87efa66b9100a4d5de8a68f1fc82817d Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 13 Jan 2022 19:00:35 +0100 Subject: [PATCH] typo --- rowers/polarstuff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)