mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-17 18:52:30 -05:00
fixed a bug on reporting_task
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