From fba4ca5a631d90ab01573e277dd7735d84dd44a1 Mon Sep 17 00:00:00 2001 From: Vitali Graf Date: Mon, 9 Jun 2025 19:58:24 +0200 Subject: [PATCH] Im PdfProject eine Eigenschafft umbenannt --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index d6c5e39..f11e341 100644 --- a/src/config.py +++ b/src/config.py @@ -42,7 +42,7 @@ class PdfProject(BaseModel): id: int name: str project_dir: Path - java_id: int + java_vm_id: int diff_pdf_id: int saxon_jar_id: int apache_fop_id: int