Skip to content

Commit 8e40483

Browse files
committed
Coding style (PEP8)
1 parent 56779f0 commit 8e40483

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/srgssr.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def extract_id_list(self, url, editor_picks=False):
481481
return id_list
482482

483483
def build_episode_menu(self, video_id, include_segments=True,
484-
segment_option=False, audio=False):
484+
segment_option=False, audio=False):
485485
"""
486486
Builds a list entry for a episode by a given video id.
487487
The segment entries for that episode can be included too.
@@ -1390,7 +1390,6 @@ def build_youtube_channel_overview_menu(self, mode):
13901390
mode -- the plugin's URL mode
13911391
"""
13921392
channel_ids = self.get_youtube_channel_ids()
1393-
plugin_url = self.build_url(mode=mode, name='%s')
13941393
youtube_channels.YoutubeChannels(
13951394
self.handle, channel_ids,
13961395
self.addon_id, self.debug).build_channel_overview_menu()

0 commit comments

Comments
 (0)