mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2026-08-18 01:50:00 +08:00
+1
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user