From 8477357c7c02abf97882a7ae3dae57750b2d3407 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Thu, 6 Feb 2025 14:33:06 +0330 Subject: [PATCH] Minor code format --- db.json | 3 ++- update.py | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/db.json b/db.json index 1256059..e31f809 100644 --- a/db.json +++ b/db.json @@ -34338,7 +34338,8 @@ "id": "Q87193819", "sitelinks": {}, "labels": { - "en": "Malkoçoğlu Krallara Karşı" + "en": "Malkoçoğlu Krallara Karşı", + "fa": "حملهٔ شجاعان" }, "aliases": {}, "directors": [ diff --git a/update.py b/update.py index de1f569..e9c2a7e 100755 --- a/update.py +++ b/update.py @@ -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', + ] ) }