linkkf 로직수정중
This commit is contained in:
@@ -4,6 +4,7 @@ from support import SupportSC
|
||||
|
||||
try:
|
||||
if os.path.exists(os.path.join(os.path.dirname(__file__), 'tving.py')):
|
||||
#from .cppl import SupportCppl
|
||||
from .kakaotv import SupportKakaotv
|
||||
from .seezn import SupportSeezn
|
||||
from .tving import SupportTving
|
||||
@@ -13,5 +14,6 @@ try:
|
||||
SupportWavve = SupportSC.load_module_f(__file__, 'wavve').SupportWavve
|
||||
SupportSeezn = SupportSC.load_module_f(__file__, 'seezn').SupportSeezn
|
||||
SupportKakaotv = SupportSC.load_module_f(__file__, 'kakaotv').SupportKakaotv
|
||||
#SupportCppl = SupportSC.load_module_f(__file__, 'cppl').SupportCppl
|
||||
except:
|
||||
pass
|
||||
|
||||
1
lib/support/site/cppl.pyf
Normal file
1
lib/support/site/cppl.pyf
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user