Skip to content

Commit

Permalink
NI: set fax to None
Browse files Browse the repository at this point in the history
  • Loading branch information
cyroxx committed Dec 3, 2019
1 parent 395d8d3 commit edbf3bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jedeschule/spiders/niedersachsen.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def normalize(item: Item) -> School:
zip, city = city_parts[0], ' '.join(city_parts[1:])
return School(name=item.get('Schule'),
phone=item.get('Tel'),
fax=None,
email=item.get('E-Mail'),
website=item.get('Homepage'),
address=item.get('Straße'),
Expand Down

0 comments on commit edbf3bf

Please sign in to comment.