Skip to content

Commit

Permalink
style(core): remove wrong comments
Browse files Browse the repository at this point in the history
  • Loading branch information
s-pace committed Nov 29, 2019
1 parent 947aa0b commit c55479e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scraper/src/strategies/default_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,7 @@ def get_records_from_dom(self, current_page_url=None):
'url': record['url'],
'position': position}, sort_keys=True).encode('utf-8'))
digest_hash = raw_hash.hexdigest()

# We only need 10 digits
record['objectID'] = digest_hash

records.append(record)

return records
Expand Down

0 comments on commit c55479e

Please sign in to comment.