mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -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
|
||||
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user