Skip to content

Commit

Permalink
Finish debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
katjabercic committed Nov 23, 2023
1 parent 79ae6b0 commit d76d75c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/slurper/source_wikidata.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ def fetch_json(self):
return response.json()["results"]["bindings"]

def json_to_item(self, item) -> Optional[Item]:
if self.name_map(item) == "group":
print(self.source, item, self.name_map(item))
input()
return Item(
source=self.source,
identifier=self.id_map(item),
Expand Down

0 comments on commit d76d75c

Please sign in to comment.