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