mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-22 16:39:40 +00:00
parent
c188fe0235
commit
8cd67f7a8e
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ if __name__ == "__main__":
|
|||
|
||||
with open(fpath) as f:
|
||||
archive = f.readline()
|
||||
os.mkdirs(archive, exist_ok=True)
|
||||
os.makedirs(archive, exist_ok=True)
|
||||
os.chdir(archive)
|
||||
AllTools().show_options()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue