Skip to content

Commit

Permalink
[frequencyfinder.py] Update "skip" variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Jun 28, 2021
1 parent b2e3351 commit 8c6aa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoBouquetsMaker/src/scanner/frequencyfinder.py
Expand Up @@ -600,7 +600,7 @@ def saveProviderFile(self):
customProviderList.append('tsidonidkey = "%x:%x" % (service["transport_stream_id"], service["original_network_id"])\n')
customProviderList.append('if tsidonidkey not in tsidonidlist:\n')
customProviderList.append('\tadd_audio_channels_to_video_bouquet=True\n\n')
customProviderList.append('\tskip = True\n\n')
customProviderList.append('\tskip.skip = True\n\n')
customProviderList.append('\t]]>\n')
customProviderList.append('\t</servicehacks>\n')
customProviderList.append('</provider>\n')
Expand Down

0 comments on commit 8c6aa3f

Please sign in to comment.