fix: leftover old severity references (info→routine, filter dropdown)

This commit is contained in:
zvx-echo6 2026-05-13 19:10:18 -06:00
commit 2f0cf520fa
3 changed files with 3 additions and 3 deletions

2
meshai/env/usgs.py vendored
View file

@ -376,7 +376,7 @@ class USGSStreamsAdapter:
flood_status = "Action Stage"
# Fall back to legacy manual thresholds
if severity == "info":
if severity == "routine":
threshold = self._flood_thresholds.get(site_id, {}).get(param_type)
if threshold and value > threshold:
severity = "priority"