This commit is contained in:
Mr.Z4nzu 2020-04-15 22:05:39 +05:30 committed by GitHub
parent 34889162c8
commit df7076557c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1529,8 +1529,8 @@ def clearScr():
if __name__ == "__main__":
try:
if system() == 'Linux':
if path.exists("/home/")
os.chdir("/home/")
if path.exists("/home/"):
os.chdir("/home/")
if os.path.isdir('hackingtool'):
os.chdir("/home/hackingtool/")
menu()