diff --git a/check_proxy.py b/check_proxy.py index ef91b34..cabc838 100644 --- a/check_proxy.py +++ b/check_proxy.py @@ -12,6 +12,8 @@ def check_proxy(proxies: dict): result = f"代理配置 {proxies_https}, 代理所在地:{country}" elif 'error' in data: result = f"代理配置 {proxies_https}, 代理所在地:未知,IP查询频率受限" + else: + result = f"代理配置 {proxies_https}, 代理数据解析失败:{data}" print(result) return result except Exception as e: