From a248231bb106badc8de455278040be85fe9672b4 Mon Sep 17 00:00:00 2001 From: Felipe Luis Quezada Valenzuela Date: Mon, 3 Mar 2025 17:11:49 -0300 Subject: [PATCH] [fix_newlogic_ok] --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e23f0f4..d6496c8 100644 --- a/main.py +++ b/main.py @@ -318,7 +318,7 @@ def sync_verificacion_ktip(ioc: str, tipo_ioc: str) -> bool: if data.get('Zone') == 'Green': if tipo_ioc in tipos_ktip['url']: resp_temp = requests.get(ioc, verify=False) - if resp_temp.status_code == 200: + if resp_temp.status_code == 200 or resp_temp.status_code == 403: content = resp_temp.text.lower() if 'html' in content: return False