There was an error while loading. Please reload this page.
1 parent c200111 commit cc9e6b6Copy full SHA for cc9e6b6
1 file changed
mardi_importer/mardi_importer/wikidata/WikidataImporter.py
@@ -652,6 +652,7 @@ def _get_wikidata_information(self, wikidata_id, recurse=False):
652
653
# Get entity
654
params = {"entity_id": wikidata_id, "mediawiki_api_url": WIKIDATA_API_URL}
655
+ self.log.debug("Calling Wikidata API: url=%s entity_id=%s", WIKIDATA_API_URL, wikidata_id)
656
entity = (self.api.item if prefix == "Q" else self.api.property).get(**params)
657
658
if self.languages != "all":
0 commit comments