From cc9283ad5332f59a69a91d9d0fab299779de513c Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 11 Jun 2019 01:50:01 -0700 Subject: Fix checking specific channels --- youtube/subscriptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube/subscriptions.py b/youtube/subscriptions.py index 5d049be..fdba114 100644 --- a/youtube/subscriptions.py +++ b/youtube/subscriptions.py @@ -320,6 +320,7 @@ def check_tags(tags): def check_specific_channels(channel_ids): with open_database() as connection: with connection as cursor: + channel_id_name_list = [] for channel_id in channel_ids: channel_id_name_list += cursor.execute('''SELECT yt_channel_id, channel_name FROM subscribed_channels -- cgit v1.2.3