Update socket-timeout-fixer.py

pull/331/head
Razyar Saeedian 2020-06-20 07:40:24 -04:00 committed by GitHub
parent c34ece9066
commit 090ee983f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def install(rep):
def uninstall(rep):
system('sudo apt-get autoremove %s' % str(rep))
system('sudo apt autoremove %s' % str(rep))
uninstall('tor')