diff --git a/app.py b/app.py index f8e61cf..69a42d0 100644 --- a/app.py +++ b/app.py @@ -55,7 +55,7 @@ def wikisuche(text): def getescedition(songId): statements = wikiapi(songId, "statements") - if "partsin" in statements: + if "P1344" in statements: for statement in statements["partsin"]: id = statement["value"]["content"] escdata = wikiapi(id, "statements")