GuglielmoTor commited on
Commit
bd80af5
·
verified ·
1 Parent(s): 6d06f3f

Update services/report_data_handler.py

Browse files
Files changed (1) hide show
  1. services/report_data_handler.py +1 -1
services/report_data_handler.py CHANGED
@@ -376,7 +376,7 @@ def fetch_and_reconstruct_data_from_bubble(report_df: pd.DataFrame) -> Optional[
376
  # logger.error(f"Could not fetch latest report for org_urn {org_urn}. Error: {error}")
377
  # return None
378
 
379
- logger.info(f"Starting data fetch and reconstruction for org_urn: {org_urn}")
380
  try:
381
  # Get the most recent report (assuming the first one is the latest)
382
  latest_report = report_df.iloc[0]
 
376
  # logger.error(f"Could not fetch latest report for org_urn {org_urn}. Error: {error}")
377
  # return None
378
 
379
+ logger.info(f"Starting data fetch and reconstruction")
380
  try:
381
  # Get the most recent report (assuming the first one is the latest)
382
  latest_report = report_df.iloc[0]