diff --git a/hackingtool.py b/hackingtool.py index 921912f7..88dbf02a 100755 --- a/hackingtool.py +++ b/hackingtool.py @@ -74,7 +74,7 @@ def show_info(self): if __name__ == "__main__": try: if system() == 'Linux': - fpath = "/home/hackingtoolpath.txt" + fpath = os.path.expanduser("~/hackingtoolpath.txt") if not os.path.exists(fpath): os.system('clear') # run.menu()