Skip to content

Commit 1751055

Browse files
committed
s2b station name
1 parent 9e2fb8e commit 1751055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/sync_config_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def update(self, station: str):
6363
elif any(station == s for s in ("lta",)):
6464
self.lta = True
6565
self.value = station
66-
elif any(station == s for s in ("s1a", "s2a")):
66+
elif any(station == s for s in ("s1a", "s2b")):
6767
self.prip = True
6868
self.value = station
6969

0 commit comments

Comments
 (0)