You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
fpath = "~/hackingtoolpath.txt"
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user