Skip to content

Commit

Permalink
Merge pull request #491 from Guovin/master
Browse files Browse the repository at this point in the history
Update update_tmp.py
  • Loading branch information
Guovin authored Oct 30, 2024
2 parents ecbaa43 + 16eacc9 commit f940328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updates/multicast/update_tmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def get_multicast_region_result_by_rtp_txt(callback=None):
Get multicast region result by rtp txt
"""
rtp_path = resource_path("config/rtp")
config_region_list = constants.multicast_region_list
config_region_list = set(constants.multicast_region_list)
rtp_file_list = [
filename.rsplit(".", 1)[0]
for filename in os.listdir(rtp_path)
Expand Down

0 comments on commit f940328

Please sign in to comment.