mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user