Skip to content

Commit

Permalink
Fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziv17 committed Sep 7, 2024
1 parent ebb68ce commit cf978e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anyway/widgets/urban_widgets/urban_crosswalk_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ def get_crosswalk(location_info: dict, start_time, end_time, resolution) -> Dict
),
}
if not cross_output["with_crosswalk"]:
cross_output["with_crosswalk"] = [{"street1_hebrew": location_info["_hebrew"],
cross_output["with_crosswalk"] = [{"street1_hebrew": location_info["street1_hebrew"],
"count": 0}]
if not cross_output["without_crosswalk"]:
cross_output["without_crosswalk"] = [{"street1_hebrew": location_info["street_hebrew"],
cross_output["without_crosswalk"] = [{"street1_hebrew": location_info["street1_hebrew"],
"count": 0}]
return cross_output

Expand Down

0 comments on commit cf978e0

Please sign in to comment.