Merge pull request #682 from godvmxi/master
describe foloder_path var in a global area to avoid no assign error
This commit is contained in:
@@ -455,6 +455,7 @@ def main():
|
||||
|
||||
|
||||
main_mode = conf.main_mode()
|
||||
folder_path = ""
|
||||
if not main_mode in (1, 2, 3):
|
||||
print(f"[-]Main mode must be 1 or 2 or 3! You can run '{os.path.basename(sys.argv[0])} --help' for more help.")
|
||||
sys.exit(4)
|
||||
|
||||
Reference in New Issue
Block a user