diff --git a/check_proxy.py b/check_proxy.py index 977802db..eacf2c66 100644 --- a/check_proxy.py +++ b/check_proxy.py @@ -12,6 +12,8 @@ def check_proxy(proxies): 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: