Skip to content
Snippets Groups Projects
Unverified Commit bf5c1c90 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

fpath = "~/hackingtoolpath.txt"

parent cf34f54a
Branches
No related tags found
Loading
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment