Use realtime METAR cluster for Moscow nearby maps

This commit is contained in:
2569718930@qq.com
2026-04-18 16:28:08 +08:00
parent 8c6a7c4071
commit 25122fed4a
5 changed files with 19 additions and 21 deletions
@@ -221,7 +221,7 @@ class RussiaStationSourceMixin:
obs_time = parsed.get("obs_time")
max_stale_sec = max(
0,
int(getattr(self, "ru_station_max_stale_sec", 72 * 3600)),
int(getattr(self, "ru_station_max_stale_sec", 4 * 3600)),
)
if obs_time and max_stale_sec > 0:
try: