removing strava fetch
This commit is contained in:
@@ -330,10 +330,10 @@ class Command(BaseCommand):
|
|||||||
message.delete()
|
message.delete()
|
||||||
|
|
||||||
# Strava
|
# Strava
|
||||||
rowers = Rower.objects.filter(strava_auto_import=True)
|
#rowers = Rower.objects.filter(strava_auto_import=True)
|
||||||
for r in rowers:
|
#for r in rowers:
|
||||||
if user_is_not_basic(r.user): # pragma: no cover
|
# if user_is_not_basic(r.user): # pragma: no cover
|
||||||
stravastuff.get_strava_workouts(r)
|
# stravastuff.get_strava_workouts(r)
|
||||||
|
|
||||||
self.stdout.write(self.style.SUCCESS(
|
self.stdout.write(self.style.SUCCESS(
|
||||||
'Successfully processed email attachments'))
|
'Successfully processed email attachments'))
|
||||||
|
|||||||
Reference in New Issue
Block a user