fix name
This commit is contained in:
@@ -157,6 +157,7 @@ class WebContentsService(BaseService):
|
||||
res_data = []
|
||||
response = requests.get(api_url, params=payload)
|
||||
if response.status_code == 200:
|
||||
logger.info(f"Response Site Images: {res_data}")
|
||||
# Convert the JSON response to a Python dictionary
|
||||
res_data = response.json()
|
||||
logger.info(f"Response Site Images: {res_data}")
|
||||
|
||||
Reference in New Issue
Block a user