From 0df6be72bf25f0a5d7d3c727f4a3a3268b548e95 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 18 Jul 2023 12:17:27 +0200 Subject: [PATCH] Do not hardcode the home directory --- hackingtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hackingtool.py b/hackingtool.py index 921912f..b8248d4 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()