From fafb4321f963f3ec7c6c7e81aeddcc0f58e6ec75 Mon Sep 17 00:00:00 2001 From: hubobel Date: Sat, 20 Jun 2026 17:55:20 +0200 Subject: [PATCH] BaseDIR korrigiert --- transactions.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/transactions.py b/transactions.py index dac70ef..c891049 100644 --- a/transactions.py +++ b/transactions.py @@ -82,11 +82,11 @@ BLZ = "50010517" # Exportverzeichnis bestimmen # -------------------------------------------------- -base_dir = Path.home() / "Transaktionen" - -if not base_dir.exists(): - base_dir = Path(__file__).parent / "Transaktionen" +# -------------------------------------------------- +# Exportverzeichnis bestimmen +# -------------------------------------------------- +base_dir = Path(__file__).parent / "Transaktionen" # -------------------------------------------------- # Kalenderwoche bestimmen # --------------------------------------------------