Make tada

This commit is contained in:
Andrew Shumway
2025-04-14 13:36:14 -06:00
parent a9906bb826
commit eb81972d59
21 changed files with 58 additions and 56 deletions

View File

@@ -29,7 +29,7 @@ class PerformancePlatformClient:
self.performance_platform_url + payload["dataType"],
json=payload,
headers=headers,
timeout=30
timeout=30,
)
if resp.status_code == 200: