Fix flake8 error
This commit is contained in:
@@ -4,8 +4,8 @@ import secrets
|
||||
# import string as s
|
||||
# from secrets import SystemRandom as Sr
|
||||
|
||||
# print(''.join(Sr().choices(s.ascii_letters + s.digits + s.punctuation, k=64)))
|
||||
# python -c "import string as s;from secrets import SystemRandom as Sr; print(''.join(Sr().choices(s.ascii_letters + s.punctuation + s.digits,k=12)))"
|
||||
# print(''.join(Sr().choices(s.ascii_letters + s.digits + s.punctuation, k=64))) # noqa: E501
|
||||
# python -c "import string as s;from secrets import SystemRandom as Sr; print(''.join(Sr().choices(s.ascii_letters + s.punctuation + s.digits,k=12)))" # noqa: E501
|
||||
|
||||
random = secrets.SystemRandom()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user