From ebc8c4749fd63085574cfb47f0c374823a84ed53 Mon Sep 17 00:00:00 2001 From: mikka Date: Sat, 16 May 2026 19:10:27 +0200 Subject: [PATCH] getecsedition Fix --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")