We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2fb8e commit 1751055Copy full SHA for 1751055
resources/sync_config_files.py
@@ -63,7 +63,7 @@ def update(self, station: str):
63
elif any(station == s for s in ("lta",)):
64
self.lta = True
65
self.value = station
66
- elif any(station == s for s in ("s1a", "s2a")):
+ elif any(station == s for s in ("s1a", "s2b")):
67
self.prip = True
68
69
0 commit comments