From 047130e6487203903d034626c5257816f16b4f11 Mon Sep 17 00:00:00 2001 From: mikka Date: Sat, 16 May 2026 19:13:59 +0200 Subject: [PATCH] getescedition fix 1.1 --- app.py | 2 +- templates/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 69a42d0..6749b28 100644 --- a/app.py +++ b/app.py @@ -56,7 +56,7 @@ def wikisuche(text): def getescedition(songId): statements = wikiapi(songId, "statements") if "P1344" in statements: - for statement in statements["partsin"]: + for statement in statements["P1344"]: id = statement["value"]["content"] escdata = wikiapi(id, "statements") if escdata["P31"][0]["value"]["content"] == "Q110288240": diff --git a/templates/index.html b/templates/index.html index b7cd08e..b3263a1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -60,8 +60,8 @@ width: 25%; } #logo{ - height: 105%; - scale: 150%; + height: 260px; + scale: 105%; } #logocontaner{