mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Merge pull request #1795 from alphagov/vb-report-tasks
Fixed a bug on reporting_tasks
This commit is contained in:
@@ -114,5 +114,5 @@ def create_nightly_billing(day_start=None):
|
|||||||
|
|
||||||
updated_records += update_count
|
updated_records += update_count
|
||||||
|
|
||||||
current_app.logger.info('ft_billing: {} rows updated, {} rows inserted'
|
current_app.logger.info('ft_billing: {} rows updated, {} rows inserted'
|
||||||
.format(updated_records, inserted_records))
|
.format(updated_records, inserted_records))
|
||||||
|
|||||||
Reference in New Issue
Block a user