Private
Public Access
1
0

first version with free syncs for basic users

This commit is contained in:
Sander Roosendaal
2020-07-06 15:19:03 +02:00
parent bde371ac02
commit 645b3167b5
9 changed files with 29 additions and 22 deletions

View File

@@ -126,10 +126,6 @@ def get_strava_workout_list(user,limit_n=0):
# gets all new Strava workouts for a rower
def get_strava_workouts(rower):
if not ispromember(rower.user):
return 0
try:
thetoken = strava_open(rower.user)
except NoTokenError: