fix static scan warnings

This commit is contained in:
Kenneth Kehl
2025-04-01 08:53:33 -07:00
parent 73cfb1a1ed
commit 49252963f9
6 changed files with 6 additions and 3 deletions

View File

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