Skip to content

Commit

Permalink
Load only symbol and names to city table.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziv17 committed Aug 2, 2024
1 parent 41708b2 commit a1827e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anyway/parsers/cities.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def get_city_data_chunks(self, url: str, chunk_size: int) -> Iterable[List[Dict[
"heb_name": item[CITY_NAME],
"yishuv_symbol": item[YISHUV_SYMBOL],
"eng_name": item[CITY_NAME_EN],
"napa": item[NAPA],
"municipal_stance": item[MUNICIPAL_STANCE],
# "napa": item[NAPA],
# "municipal_stance": item[MUNICIPAL_STANCE],
}
chunk.append(city_entry)
if len(chunk) == chunk_size:
Expand Down

0 comments on commit a1827e8

Please sign in to comment.