SKB함수 버그 수정

This commit is contained in:
wonipapa 2017-08-22 11:04:19 +09:00
parent bae87bba87
commit e24a24a944

View File

@ -121,8 +121,8 @@ def getEpg():
GetEPGFromSK(ChannelInfo) GetEPGFromSK(ChannelInfo)
elif ChannelSource == 'SKB': elif ChannelSource == 'SKB':
GetEPGFromSKB(ChannelInfo) GetEPGFromSKB(ChannelInfo)
#elif ChannelSource == 'SKY': elif ChannelSource == 'SKY':
# GetEPGFromSKY(ChannelInfo) GetEPGFromSKY(ChannelInfo)
elif ChannelSource == 'NAVER': elif ChannelSource == 'NAVER':
GetEPGFromNaver(ChannelInfo) GetEPGFromNaver(ChannelInfo)
elif ChannelSource == 'ISCS': elif ChannelSource == 'ISCS':