jack 1 年之前
父節點
當前提交
9e20f96e44
共有 4 個文件被更改,包括 1 次插入1 次删除
  1. 0 0
      manual/check/check_current_ip.py
  2. 0 0
      manual/check/check_ip_origin.py
  3. 0 0
      manual/check/test_proxy_ip.py
  4. 1 1
      message/message_dlt.py

+ 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()