idk why these weren't committed
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from __future__ import annotations
|
||||
import requests # type: ignore[import-untyped]
|
||||
import json
|
||||
import time
|
||||
from typing import Any
|
||||
|
||||
@@ -27,7 +26,7 @@ class ApiHookClient:
|
||||
if response.status_code == 200:
|
||||
return response.json()
|
||||
return None
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
# Silently ignore connection errors unless we are in a wait loop
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user