Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Update PM2.5 threshold values in app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSzewczuk committed Oct 27, 2024
1 parent 05ba6d9 commit 6e11e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DATA_URL = os.getenv("DATA_URL")

THRESHOLDS = {
"PM2.5": [50, 100, 150], # µg/m3
"PM2.5": [30, 100, 150], # µg/m3
"PM10": [50, 100, 150],
"PM1": [30, 60, 90]
}
Expand Down

0 comments on commit 6e11e49

Please sign in to comment.