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,7 +1529,7 @@ def clearScr():
if __name__ == "__main__": if __name__ == "__main__":
try: try:
if system() == 'Linux': if system() == 'Linux':
if path.exists("/home/") if path.exists("/home/"):
os.chdir("/home/") os.chdir("/home/")
if os.path.isdir('hackingtool'): if os.path.isdir('hackingtool'):
os.chdir("/home/hackingtool/") os.chdir("/home/hackingtool/")