aggiunto config.get_setting

This commit is contained in:
greko
2019-07-23 19:01:13 +02:00
committed by GitHub
parent 595541fb2a
commit 6be539d148

View File

@@ -13,7 +13,9 @@ from core.support import menu, log
from platformcode import logger, config
from specials import autoplay
host = "https://seriehd.info"
__channel__ = "seriehd"
host = config.get_setting("channel_host", __channel__)
IDIOMAS = {'Italiano': 'IT'}
list_language = IDIOMAS.values()