This commit is contained in:
2025-11-09 15:45:51 -08:00
parent a776ac2383
commit 66e44d42a9
2 changed files with 3 additions and 169 deletions

View File

@@ -196,6 +196,7 @@ def process_project(index: int, total: int, project_data: dict, bearer_token: st
"ProjectId": pid,
"ProjectName": p.get("projectName") or detail.get("projectName"),
"ProjectUrl": p.get("projectUrl") or detail.get("projectUrl"),
"property_contacts": property_contacts
}
print(f"Finished on {pid} ({index}/{total})")