Skip to content

Commit cc9e6b6

Browse files
committed
Added more debug logging
1 parent c200111 commit cc9e6b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mardi_importer/mardi_importer/wikidata/WikidataImporter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ def _get_wikidata_information(self, wikidata_id, recurse=False):
652652

653653
# Get entity
654654
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)
655656
entity = (self.api.item if prefix == "Q" else self.api.property).get(**params)
656657

657658
if self.languages != "all":

0 commit comments

Comments
 (0)