mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
fpath
This commit is contained in:
parent
4e2e76935e
commit
6f55416aad
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue