logs-redis-typings-fix
This commit is contained in:
@@ -20,7 +20,6 @@ def _request_endpoint(query_name, body) -> dict:
|
||||
ts2 = time.time()
|
||||
logger.debug(f"{query_name} response in {ts1-ts2} secs: <{response.status_code}> {response.text[:32]}..")
|
||||
|
||||
|
||||
if response.status_code == 200:
|
||||
try:
|
||||
r = response.json()
|
||||
|
Reference in New Issue
Block a user