getescedition fix 1.1
This commit is contained in:
parent
ebc8c4749f
commit
047130e648
2 changed files with 3 additions and 3 deletions
2
app.py
2
app.py
|
|
@ -56,7 +56,7 @@ def wikisuche(text):
|
||||||
def getescedition(songId):
|
def getescedition(songId):
|
||||||
statements = wikiapi(songId, "statements")
|
statements = wikiapi(songId, "statements")
|
||||||
if "P1344" in statements:
|
if "P1344" in statements:
|
||||||
for statement in statements["partsin"]:
|
for statement in statements["P1344"]:
|
||||||
id = statement["value"]["content"]
|
id = statement["value"]["content"]
|
||||||
escdata = wikiapi(id, "statements")
|
escdata = wikiapi(id, "statements")
|
||||||
if escdata["P31"][0]["value"]["content"] == "Q110288240":
|
if escdata["P31"][0]["value"]["content"] == "Q110288240":
|
||||||
|
|
|
||||||
|
|
@ -60,8 +60,8 @@
|
||||||
width: 25%;
|
width: 25%;
|
||||||
}
|
}
|
||||||
#logo{
|
#logo{
|
||||||
height: 105%;
|
height: 260px;
|
||||||
scale: 150%;
|
scale: 105%;
|
||||||
|
|
||||||
}
|
}
|
||||||
#logocontaner{
|
#logocontaner{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue