From f51517b87151dd65917c17e58b2fdaf582d2aab9 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Thu, 27 Aug 2026 14:01:55 +0200 Subject: [PATCH] change to the Directory --- Website/modules/emailservice/email.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Website/modules/emailservice/email.py b/Website/modules/emailservice/email.py index fdb36e3..4e2d933 100644 --- a/Website/modules/emailservice/email.py +++ b/Website/modules/emailservice/email.py @@ -364,8 +364,8 @@ def send_accreditation_email( ) # 2. Pfade zu den statischen Dokumenten - agb_pdf_path = os.path.join("opt", "Key-service-Server", "Website", "static", "download", "AGB Invario.pdf") - avv_pdf_path = os.path.join("opt", "Key-service-Server", "Website", "static", "download", "AVV Invario.pdf") + agb_pdf_path = os.path.join("/opt", "Key-service-Server", "Website", "static", "download", "AGB Invario.pdf") + avv_pdf_path = os.path.join("/opt", "Key-service-Server", "Website", "static", "download", "AVV Invario.pdf") # 3. E-Mail Inhalte anpassen subject = "Ihre Zugangsdaten und Unterlagen für Invario"