|
|
@ -25,7 +25,7 @@ passwords = [w.lower() for w in passwords]
|
|
|
|
template_env = Environment(loader=FileSystemLoader(args.templates))
|
|
|
|
template_env = Environment(loader=FileSystemLoader(args.templates))
|
|
|
|
curport = args.port
|
|
|
|
curport = args.port
|
|
|
|
usernames = args.from_file.read().strip().splitlines()
|
|
|
|
usernames = args.from_file.read().strip().splitlines()
|
|
|
|
servername = args.servername.read().strip()
|
|
|
|
servername = args.servername.strip()
|
|
|
|
|
|
|
|
|
|
|
|
nbconfig = template_env.get_template("jupyter_notebook_config.py")
|
|
|
|
nbconfig = template_env.get_template("jupyter_notebook_config.py")
|
|
|
|
csvout = writer(args.csv)
|
|
|
|
csvout = writer(args.csv)
|
|
|
|