jack il y a 1 an
Parent
commit
9e20f96e44

+ 0 - 0
check/check_current_ip.py → manual/check/check_current_ip.py


+ 0 - 0
check/check_ip_origin.py → manual/check/check_ip_origin.py


+ 0 - 0
check/test_proxy_ip.py → manual/check/test_proxy_ip.py


+ 1 - 1
message/message_dlt.py

@@ -40,7 +40,7 @@ class CheckDlt:
                 print(log_detail)
                 exit(0)
         except Exception as e:
-            print(str(e))
+            print(f'请求失败 {e}')
             exit(0)
 
         resp_json = resp.json()