bitwarden

This commit is contained in:
jaydee
2024-09-23 17:14:45 +02:00
parent 0a85bc7457
commit 3bbcfdd4ea

View File

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