Private
Public Access
1
0

trivial bug in sporttracks -

This commit is contained in:
Sander Roosendaal
2017-12-17 08:36:33 +01:00
parent 18a1ef2968
commit 9bab1d90a2

View File

@@ -70,7 +70,7 @@ def sporttracks_open(user):
raise SportTracksNoTokenError("User has no token")
else:
if (timezone.now()>r.sporttrackstokenexpirydate):
thetoken = sporttracksstuff.rower_sporttracks_token_refresh(user)
thetoken = rower_sporttracks_token_refresh(user)
else:
thetoken = r.sporttrackstoken