From 6f55416aad9d967724b8404b7fd0ec6fbab5c01a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 18 Jul 2023 12:34:48 +0200 Subject: [PATCH] fpath --- hackingtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hackingtool.py b/hackingtool.py index 68ac0a7..2334456 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()