mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-22 10:42:56 +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: "))
|
PROOF = str(input("Enter the proof: "))
|
||||||
|
|
||||||
print(
|
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.
|
# Request input or assume "test" on empty.
|
||||||
GIVENSSID = str(
|
GIVENSSID = str(
|
||||||
input(
|
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",
|
or "test",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user