Skip to content

Commit

Permalink
another small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
achristie committed Aug 14, 2024
1 parent 65539e8 commit 5fd5644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spgci/chemicals.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ def get_outages(
filter_params.append(list_to_filter("unit_name", unit_name))
filter_params.append(list_to_filter("productionUnitCode", production_unit_code))
filter_params.append(list_to_filter("alertStatus", alert_status))
filter_params.append(list_to_filter("outage_id", outage_id))
filter_params.append(list_to_filter("plant_code", plant_code))
filter_params.append(list_to_filter("outageId", outage_id))
filter_params.append(list_to_filter("plantCode", plant_code))
filter_params.append(list_to_filter("commodity", commodity))
filter_params.append(list_to_filter("country", country))
filter_params.append(list_to_filter("region", region))
Expand Down

0 comments on commit 5fd5644

Please sign in to comment.