fix:multicast region all
This commit is contained in:
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user