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{