Merge branch 'master' into feature/CalculationsForPM2.5AndPM10

This commit is contained in:
raulolivar
2025-01-04 03:48:59 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -14,6 +14,7 @@ stations_data = nil
function fetch_pollution_data()
local url = "http://128.199.51.173:8000/routes/api/pollution/NO2"
local response, status = http.request(url)
if status == 200 and response then
@@ -358,3 +359,4 @@ return {
process_turn = process_turn,
process_segment = process_segment
}