mirror of
https://github.com/aborelis/ASN-Label-Generator.git
synced 2026-03-14 16:43:27 +00:00
Merge 484b0c698e into 75e39bf8a3
This commit is contained in:
commit
999c539947
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ def gen_filename(parm):
|
||||||
return '-'.join(['label',
|
return '-'.join(['label',
|
||||||
str(parm["labeltype"]), parm["prefix"],
|
str(parm["labeltype"]), parm["prefix"],
|
||||||
str(parm["first_asn"]).zfill(parm["num_digits"]),
|
str(parm["first_asn"]).zfill(parm["num_digits"]),
|
||||||
str(parm["first_asn"] + parm["number"]).zfill(parm["num_digits"])
|
str(parm["first_asn"] + parm["number"] - 1).zfill(parm["num_digits"])
|
||||||
])+'.pdf'
|
])+'.pdf'
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue