This commit is contained in:
CHIEFSOFT\ameye
2026-01-12 12:09:55 -05:00
parent 6b0e289bd7
commit 581941dba8
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -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}")