Skip to content

Commit

Permalink
startwork fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Apr 26, 2018
1 parent c3e9e42 commit c941eab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/marketing/management/commands/expiration_start_work.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def handle(self, *args, **options):
num_days_back_to_delete_interest = 10

days = [i * 3 for i in range(1, 15)]
days.reverse()
if settings.DEBUG:
days = range(1, 1000)
for day in days:
Expand Down

0 comments on commit c941eab

Please sign in to comment.