Loading hackingtool.py +1 −1 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
hackingtool.py +1 −1 Original line number Diff line number Diff line Loading @@ -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() Loading