first version with free syncs for basic users
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user