Shayan 4 年之前
父节点
当前提交
a6c1915882
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      command.py

+ 0 - 1
command.py

@@ -34,7 +34,6 @@ def install():
 
     
     print(("\n"))
-    os.system("rm -rf tls/Crypto")
     os.system("cd tls/pycryptodome && python setup.py install")
     a = os.popen('cd ./tls/pycryptodome/build && ls').read()
     b = a.split("\n")