주석제거

This commit is contained in:
wonipapa 2018-01-02 12:09:45 +09:00
parent 5c6690c592
commit 16396f6388

View File

@ -140,10 +140,6 @@ def getEpg():
GetEPGFromEveryon(ChannelInfo)
elif ChannelSource == 'OKSUSU':
GetEPGFromOksusu(ChannelInfo)
elif ChannelSource == 'CCS':
GetEPGFromCcs(ChannelInfo)
elif ChannelSource == 'OLLEH':
GetEPGFromOlleh(ChannelInfo)
elif ChannelSource == 'MBC':
GetEPGFromMbc(ChannelInfo)
elif ChannelSource == 'MIL':
@ -770,18 +766,6 @@ def GetEPGFromOksusu(ChannelInfo):
if(debug): printError(ChannelName + str(e))
else: pass
#Get EPG data from CCS
def GetEPGFromCcs(ChannelInfo):
pass
#Get EPG data from OLLEH
def GetEPGFromOlleh(ChannelInfo):
pass
#Get EPG data from DLIVE
def GetEPGFromDlive(ChannelInfo):
pass
# Get EPG data from MBC Radio
def GetEPGFromMbc(ChannelInfo):
ChannelId = ChannelInfo[0]