bitwarden

This commit is contained in:
jaydee
2024-09-23 17:16:29 +02:00
parent cbd8765465
commit 654d837f2c

View File

@@ -31,7 +31,7 @@ for o, a in opts:
a = a.split(",") a = a.split(",")
for s in a: for s in a:
print(s) print(s)
_SEQUENCES.append("{:04d}".format(str(s))) _SEQUENCES.append("{:04d}".format(int(s)))
else: else:
_WIZZARD = True _WIZZARD = True