mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 18:44:53 +01:00
bitwarden
This commit is contained in:
@@ -30,7 +30,8 @@ for o, a in opts:
|
||||
elif o in ("-s", "--sequence"):
|
||||
a = a.split(",")
|
||||
for s in a:
|
||||
_SEQUENCES.append("{:04d}".format(s))
|
||||
print(s)
|
||||
_SEQUENCES.append("{:04d}".format(str(s)))
|
||||
|
||||
else:
|
||||
_WIZZARD = True
|
||||
|
||||
Reference in New Issue
Block a user