Skip to content

Commit

Permalink
Minor code format
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Feb 6, 2025
1 parent 2306626 commit 8477357
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion db.json
Original file line number Diff line number Diff line change
Expand Up @@ -34338,7 +34338,8 @@
"id": "Q87193819",
"sitelinks": {},
"labels": {
"en": "Malkoçoğlu Krallara Karşı"
"en": "Malkoçoğlu Krallara Karşı",
"fa": "حملهٔ شجاعان"
},
"aliases": {},
"directors": [
Expand Down
5 changes: 4 additions & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ def image_summary(claim):
[
x['qid']['value'].split('entity/')[1]
for x in (queryResult.json()['results']['bindings'])
] + ['Q6054055', 'Q6082474', 'Q87193819', 'Q24905261', 'Q131455075', 'Q88384815']
] + [
'Q6054055', 'Q6082474', 'Q87193819', 'Q24905261', 'Q131455075',
'Q88384815',
]
)
}

Expand Down

0 comments on commit 8477357

Please sign in to comment.