This commit is contained in:
2025-11-09 21:46:35 -08:00
parent 82d2269566
commit a52dc04844

View File

@@ -302,7 +302,7 @@ def main():
# List projects (all pages)
projects = client.list_all_projects()
projects = [p for p in projects if (p.get("projectId") or {}).get("native") == 15914808]
#projects = [p for p in projects if (p.get("projectId") or {}).get("native") == 15914808]
# Process projects in parallel
detailed_rows = process_projects_parallel(projects, client, 9)