Skip to content

Commit

Permalink
change slug column name so EP adds it as an identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Feb 10, 2017
1 parent 0144b93 commit 8502e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -56,7 +56,7 @@ def scrape_person(person, positions)
birth_date: person['birth_date'],
gender: get_gender(person),
image: get_image(person),
slug: get_identifier('pombola-slug', person),
identifier__pombola_slug: get_identifier('pombola-slug', person),
}

if positions[person['id']]
Expand Down

0 comments on commit 8502e0c

Please sign in to comment.