Unverified Commit 34889162 authored by Mr.Z4nzu's avatar Mr.Z4nzu Committed by GitHub
Browse files

Fix Error

parent 366dbcd4
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -1529,6 +1529,7 @@ def clearScr():
if __name__ == "__main__":
    try:
        if system() == 'Linux':
            if path.exists("/home/")
                    os.chdir("/home/")
                if os.path.isdir('hackingtool'):
                    os.chdir("/home/hackingtool/")
@@ -1536,13 +1537,13 @@ if __name__ == "__main__":
                else :
                    os.system("mkdir hackingtool")
                    menu()
        if system() == 'android':
        elif path.exists('/data'):
            os.chdir("data/data/com.termux/files/home/")
            if os.path.isdir('hackingtool'):
                os.chdir("data/data/com.termux/files/home/hackingtool/")
                menu()
            else :
                os.system("mkdir hackingtool")
                os.system("mkdir hackingtoolstore")
                menu()
    except KeyboardInterrupt:
        print(" Sorry ..!!!")