mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-25 02:19:45 -04: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
|
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