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