fix should have fixed on develop
This commit is contained in:
@@ -202,8 +202,9 @@ class Command(BaseCommand):
|
|||||||
res = polarstuff.get_all_new_workouts(polar_available)
|
res = polarstuff.get_all_new_workouts(polar_available)
|
||||||
|
|
||||||
# Concept2
|
# Concept2
|
||||||
rowers = Rower.objects.filter(c2_auto_import=True).exclude(rowerplan='basic')
|
rowers = Rower.objects.filter(c2_auto_import=True)
|
||||||
for r in rowers:
|
for r in rowers:
|
||||||
|
if user_is_not_basic(rower.user):
|
||||||
c2stuff.get_c2_workouts(r)
|
c2stuff.get_c2_workouts(r)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user