Skip to content

Commit

Permalink
Update tdm_loader/tdm_loader.py
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Dobener <[email protected]>
  • Loading branch information
EspenEnes and domna authored Mar 25, 2024
1 parent aab3b66 commit c8ca0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdm_loader/tdm_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def channel_search(self, search_term):
channel_id = channel.get("id")
group_uri = re.findall(r'id\("(.+?)"\)', channel.find("group").text)
group_id = channel_group_ids.get(group_uri[0])
channels = channel_groups_cache.get(group_id)
channels = get_channels(group_id)

if not channels:
group = self._xml_chgs[group_id]
Expand Down

0 comments on commit c8ca0d1

Please sign in to comment.