change to the Directory

This commit is contained in:
2026-08-27 14:01:55 +02:00
parent 20450c3ced
commit f51517b871
+2 -2
View File
@@ -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"