Skip to content

Commit

Permalink
[dvbscanner] silence a pep message
Browse files Browse the repository at this point in the history
  • Loading branch information
AbuBaniaz committed Sep 22, 2023
1 parent 5816222 commit df5dccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoBouquetsMaker/src/scanner/dvbscanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def readLCNBAT(self, bouquet_id, descriptor_tag, TSID_ONID_list):
key = "%x:%x:%x" % (service["transport_stream_id"], service["original_network_id"], service["service_id"])
TSID_ONID = "%x:%x" % (service["transport_stream_id"], service["original_network_id"])

if key in logical_channel_number_dict and service["descriptor_tag"] != descriptor_tag[0]: # priority first descriptor_tag
if key in logical_channel_number_dict and service["descriptor_tag"] != descriptor_tag[0]: # priority first descriptor_tag
continue

logical_channel_number_dict[key] = service
Expand Down

0 comments on commit df5dccf

Please sign in to comment.