Diensteabruf integriert

This commit is contained in:
2026-03-12 16:14:24 +01:00
parent 3f553efd21
commit d80f8945be
17 changed files with 4656 additions and 48 deletions

View File

@@ -91,7 +91,7 @@ class Listenauswerter:
ident = raw.get("ident")
inhalt = raw.get("Inhalt")
link = raw.get("Link")
stildatei = raw.get("Stildatei")
stildatei = raw.get("stildatei") or raw.get("Stildatei")
provider = raw.get("Provider")
# Pflichtfelder prüfen
@@ -127,6 +127,7 @@ class Listenauswerter:
"ident": ident,
"Inhalt": inhalt,
"Link": link,
"stildatei": stildatei_value,
"Stildatei": stildatei_value,
"Provider": provider_norm,
}