From e24a24a944c2ffe93f455b29fff5ab7bdee68f64 Mon Sep 17 00:00:00 2001 From: wonipapa Date: Tue, 22 Aug 2017 11:04:19 +0900 Subject: [PATCH] =?UTF-8?q?SKB=ED=95=A8=EC=88=98=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epg2xml.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epg2xml.py b/epg2xml.py index a3afa0c..6bb40b8 100644 --- a/epg2xml.py +++ b/epg2xml.py @@ -121,8 +121,8 @@ def getEpg(): GetEPGFromSK(ChannelInfo) elif ChannelSource == 'SKB': GetEPGFromSKB(ChannelInfo) - #elif ChannelSource == 'SKY': - # GetEPGFromSKY(ChannelInfo) + elif ChannelSource == 'SKY': + GetEPGFromSKY(ChannelInfo) elif ChannelSource == 'NAVER': GetEPGFromNaver(ChannelInfo) elif ChannelSource == 'ISCS':