From bf5c1c90909a75b7eb61477310f024d96d7309ef Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 18 Jul 2023 11:25:04 +0200 Subject: [PATCH] fpath = "~/hackingtoolpath.txt" --- hackingtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hackingtool.py b/hackingtool.py index 7626400..1e6da0b 100755 --- a/hackingtool.py +++ b/hackingtool.py @@ -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()