mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
python: fix a couple of pylint warnings
This commit is contained in:
parent
5674d0f641
commit
9d2c422a63
@ -6,7 +6,9 @@ This script generated Keyoxide hashed proofs in argon2id and bcrypt
|
||||
PROOF = str(input("Enter the proof: "))
|
||||
|
||||
print(
|
||||
"$argon2id$v=19$m=64,t=512,p=2$mDejbh8SmFFJPjbjf+u9kQ$yQpomARjYKfgEDAZ1jdgnA",
|
||||
"""
|
||||
$argon2id$v=19$m=64,t=512,p=2$mDejbh8SmFFJPjbjf+u9kQ$yQpomARjYKfgEDAZ1jdgnA",
|
||||
""",
|
||||
)
|
||||
|
||||
|
||||
|
@ -25,7 +25,8 @@ def check_ssid_length(given_ssid_length):
|
||||
# Request input or assume "test" on empty.
|
||||
GIVENSSID = str(
|
||||
input(
|
||||
"Please enter the SSID you are thinking of (preferably 26 chars to fit _nomap): ",
|
||||
"Please enter the SSID you are thinking of (preferably 26 chars to \
|
||||
fit _nomap): ",
|
||||
)
|
||||
or "test",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user