Skip to content
Snippets Groups Projects
Commit 3fd7ba2c authored by Martin Mareš's avatar Martin Mareš
Browse files

Import škol: Hack na obec "Borotice 34"

parent 4dbc3bcd
Branches
No related tags found
No related merge requests found
...@@ -147,6 +147,10 @@ def make_address(misto: str, ulice: str, cp: str, co: str) -> str: ...@@ -147,6 +147,10 @@ def make_address(misto: str, ulice: str, cp: str, co: str) -> str:
def lookup_town(misto: str, region_nuts: str) -> db.Place: def lookup_town(misto: str, region_nuts: str) -> db.Place:
# HACK
if misto == 'Borotice 34':
misto = 'Borotice'
ruian_nuts = ruian_obec_to_okres_nuts[misto] ruian_nuts = ruian_obec_to_okres_nuts[misto]
region = None region = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment