getecsedition Fix
This commit is contained in:
parent
4dd3e2c556
commit
ebc8c4749f
1 changed files with 1 additions and 1 deletions
2
app.py
2
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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue