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