SKB함수 버그 수정

This commit is contained in:
wonipapa
2017-08-22 11:04:19 +09:00
parent bae87bba87
commit e24a24a944
+2 -2
View File
@@ -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':