Update HiddenEye.py

This commit is contained in:
Usama Abdul Sattar 2019-01-12 10:10:15 +05:00 committed by GitHub
parent d5796af8be
commit a612237899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,5 @@ if __name__ == "__main__":
getCredentials() getCredentials()
except KeyboardInterrupt: except KeyboardInterrupt:
system('pkill ssh')
endMessage() endMessage()
exit(0) exit(0)