liuyuqi-dellpc 1 year ago
parent
commit
b5e84311e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client.py

+ 1 - 1
client.py

@@ -57,7 +57,7 @@ fgh curl -O https://ghproxy.org/https://raw.githubusercontent.com/microsoft/vsco
             print(".env配置错误"+e)
 
     @staticmethod
-    def ping(host: str) -> None|int:
+    def ping(host: str) :
         """ ping host """
         if host.startswith('https://') or host.startswith('http://'):
             host = host.split('://')[1]