提交 558fd370 编写于 作者: Z Zhangyifan 提交者: chenyanpan

I1TYJV-generate_pwd_count

上级 0badc26d
......@@ -73,6 +73,7 @@ def password_strength_check(password):
if __name__ == "__main__":
if len(sys.argv) != 2:
usage()
print("Error: One password input allowed.")
sys.exit(1)
password_ = sys.argv[1]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册