Skip to content

Commit

Permalink
Merge pull request #237 from gnaponie/remove-event-id
Browse files Browse the repository at this point in the history
Remove property not present in Freshmaker model
  • Loading branch information
mprahl committed May 6, 2019
2 parents 8654e5c + d339b1e commit 7196f59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scrapers/freshmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def query_api_and_update_neo4j(self):
id_=build_dict['id'],
build_id=build_dict['build_id'],
dep_on=build_dict['dep_on'],
event_id=build_dict['event_id'],
name=build_dict['name'],
original_nvr=build_dict['original_nvr'],
rebuilt_nvr=build_dict['rebuilt_nvr'],
Expand Down

0 comments on commit 7196f59

Please sign in to comment.