Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilk747 committed Jul 25, 2019
1 parent 359e895 commit 4441e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f8a_report/report_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def normalize_worker_data(self, start_date, end_date, stack_data, worker, freque
}

today = dt.today()
# Invoke this every Monday. In Python, Monday is 0 and Sunday is 6
# Invoke this every Wednesday. In Python, Monday is 0 and Sunday is 6
if today.weekday() == 2:
# Collate Data from Previous Month for Model Retraining
collated_data = self.collate_raw_data(unique_stacks_with_recurrence_count,
Expand Down

0 comments on commit 4441e44

Please sign in to comment.