Rename CSV file to export_brevetcard.csv

This commit is contained in:
Peter Adam
2026-02-28 11:29:30 +01:00
parent 9b42f824f9
commit 331e6e70a9
5 changed files with 7 additions and 7 deletions

View File

@@ -93,7 +93,7 @@ def generate_card_from_template(template, data):
def main():
csv_file = Path("Export Brevetkarte.csv")
csv_file = Path("export_brevetcard.csv")
template_file = Path("brevetkarte-template.tex")
backside_template_file = Path("brevetkarte-rueckseite-template.tex")
event_config_file = Path("event.yml")