marc.beninca.

This commit is contained in:
Marc Beninca 2025-03-28 16:40:38 +01:00
parent 675187a26e
commit 34b5c88885
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
4 changed files with 6 additions and 6 deletions

View file

@ -29,8 +29,8 @@ if __name__ == "__main__":
("--foreground", "000000FF"),
("--level", "L"),
("--margin", "1"),
("--read-from", str(root_input / "vcard.vcf")),
("--read-from", str(root_input / "marc.beninca.vcf")),
("--size", "4"),
("-t", "SVG"),
("--output", str(web / "img" / "vcard.svg")),
("--output", str(web / "img" / "marc.beninca.svg")),
)