Merge pull request #1795 from alphagov/vb-report-tasks

Fixed a bug on reporting_tasks
This commit is contained in:
Venus Bailey
2018-03-23 14:04:12 +00:00
committed by GitHub

View File

@@ -114,5 +114,5 @@ def create_nightly_billing(day_start=None):
updated_records += update_count
current_app.logger.info('ft_billing: {} rows updated, {} rows inserted'
.format(updated_records, inserted_records))
current_app.logger.info('ft_billing: {} rows updated, {} rows inserted'
.format(updated_records, inserted_records))