Skip to content

Commit

Permalink
Fixing format for headways
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte committed Jan 29, 2024
1 parent 7f8e1cd commit 90b8006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/chalicelib/s3_historical.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def headways(stop_ids: list, sdate, edate):
{
"route_id": this["route_id"],
"direction": this["direction_id"],
"current_dep_dt": this["event_time"],
"current_dep_dt": date_utils.return_formatted_date(this_dt),
"headway_time_sec": headway_time_sec,
"benchmark_headway_time_sec": benchmark_headway,
}
Expand Down

0 comments on commit 90b8006

Please sign in to comment.