Skip to content

Commit

Permalink
chore: Add more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dpriskorn committed Aug 7, 2024
1 parent a31950f commit ed7be7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/trail_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ def enrich_wikidata(self):
if self.item:
enrich = False
if self.chosen_osm_id:
logger.info("OSM ID confirmed")
self.__add_osm_id_to_item__()
self.__remove_not_found_in_osm_claim__()
self.summary = (
Expand Down

0 comments on commit ed7be7c

Please sign in to comment.