bitwarden

This commit is contained in:
jaydee
2024-09-23 17:15:58 +02:00
parent 3bbcfdd4ea
commit cbd8765465

View File

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