This commit is contained in:
2026-04-28 17:35:33 +05:30
parent 58d8329dbd
commit 043a49e6aa
1654 changed files with 303910 additions and 40 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ class FetchQueueClient:
response = requests.post(
self.url,
json=payload,
verify=False,
verify=False,
timeout=20
)
response.raise_for_status()
return response.json()
return response.json()