Skip to content

Commit

Permalink
Use special headline formatting for Transfer-Taxi campaigns
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Oct 31, 2024
1 parent 52e1c76 commit 4974212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_sheets/data_processing/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def _replace_headline_values(new_row: pd.Series, station: Dict[str, Any]) -> pd.
return new_row


USE_ORIGINAL_STATION_FROM = ["Transfer"]
USE_ORIGINAL_STATION_FROM = ["Transfer", "Taxi"]


def _process_row(
Expand Down

0 comments on commit 4974212

Please sign in to comment.