Skip to content
Snippets Groups Projects
Commit e8e2c57e authored by Florian Gransee's avatar Florian Gransee
Browse files

black

parent 3ae3b044
No related branches found
No related tags found
1 merge request!238424 add uba api script
Pipeline #485876 passed
......@@ -221,7 +221,9 @@ def parse_aqi_data(aqi_data: list, station_id: str) -> list:
"result_type": 0,
"result_number": entry["airquality_index"],
"datastream_pos": "AQI",
"parameters": json.dumps({"origin": "uba_data", "column_header": source}),
"parameters": json.dumps(
{"origin": "uba_data", "column_header": source}
),
}
bodies.append(body)
return bodies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment