1
0

fix:multicast region all

This commit is contained in:
guorong.zheng 2024-08-31 10:58:46 +08:00
parent 70b9705a42
commit 0a447c59c7

@ -219,7 +219,9 @@ def get_channel_multicast_region_type_list(result):
(region, type)
for region_type in result.values()
for region, types in region_type.items()
if "all" in config_region_list or region in config_region_list
if "all" in config_region_list
or "全部" in config_region_list
or region in config_region_list
for type in types
}
return list(region_type_list)