Shayan 3 years ago
parent
commit
a6c1915882
1 changed files with 0 additions and 1 deletions
  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")