Skip to content

Commit

Permalink
[PRMP-1123] Renamed service instances within batch_update_ods_code.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadIqbalAD-NHS committed Nov 13, 2024
1 parent c19a829 commit 45102c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lambdas/scripts/batch_update_ods_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ def setup_logging_for_local_script():
setup_logging_for_local_script()
BatchUpdate().main()
print("Starting data collection process")
dataCollectionService = DataCollectionService()
dataCollectionService.collect_all_data_and_write_to_dynamodb()
data_collection_service = DataCollectionService()
data_collection_service.collect_all_data_and_write_to_dynamodb()
print("Starting to create statistical report")
statisticalReportService = StatisticalReportService()
statisticalReportService.make_weekly_summary_and_output_to_bucket()
statistical_report_service = StatisticalReportService()
statistical_report_service.make_weekly_summary_and_output_to_bucket()

0 comments on commit 45102c6

Please sign in to comment.