diff --git a/hackingtool.py b/hackingtool.py index b8248d4335e45239f9a8d6df486badfd99d60226..88dbf02a7018dda7ec0ba6ee520fca2b3572f42c 100755 --- a/hackingtool.py +++ b/hackingtool.py @@ -74,7 +74,7 @@ class AllTools(HackingToolsCollection): if __name__ == "__main__": try: if system() == 'Linux': - fpath = "~/hackingtoolpath.txt" + fpath = os.path.expanduser("~/hackingtoolpath.txt") if not os.path.exists(fpath): os.system('clear') # run.menu()