fixed a bug on reporting_task

This commit is contained in:
venusbb
2018-03-23 11:40:27 +00:00
parent 6e9bab5544
commit 55a27fed13

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))