Skip to content

Commit

Permalink
ps: change the run time for the outstanding bookings report
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrayndwiga committed Oct 27, 2017
1 parent 926c1b3 commit 1d6fd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parkstay/cron.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from parkstay.utils import oracle_integration

class UnpaidBookingsReportCronJob(CronJobBase):
RUN_AT_TIMES = ['05:30']
RUN_AT_TIMES = ['01:00']

schedule = Schedule(run_at_times=RUN_AT_TIMES)
code = 'parkstay.unpaid_bookings_report'
Expand Down

0 comments on commit 1d6fd46

Please sign in to comment.