changes
This commit is contained in:
@@ -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})")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user