Unverified Commit bf5c1c90 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

fpath = "~/hackingtoolpath.txt"

parent cf34f54a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ class AllTools(HackingToolsCollection):
if __name__ == "__main__":
    try:
        if system() == 'Linux':
            fpath = "/home/hackingtoolpath.txt"
            fpath = "~/hackingtoolpath.txt"
            if not os.path.exists(fpath):
                os.system('clear')
                # run.menu()