Skip to content

Commit

Permalink
Update station.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper authored Jun 20, 2024
1 parent 95779e3 commit a8a3e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wis2box_api/wis2box/station.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ def _load_stations(self, channel: str = None):
LOGGER.info("Loading stations from backend")

stations = {}


channel = channel.replace('origin/a/wis2/', '')
try:
es = Elasticsearch(API_BACKEND_URL)
nbatch = 50
Expand Down

0 comments on commit a8a3e00

Please sign in to comment.