MejorTorrent: reactivación por cambio de Dominio

This commit is contained in:
Kingbox
2018-09-27 13:18:14 +02:00
parent cfe21cfe90
commit 6be525ddab
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"id": "mejortorrent", "id": "mejortorrent",
"name": "Mejor Torrent", "name": "MejorTorrent",
"active": true, "active": true,
"adult": false, "adult": false,
"language": ["*"], "language": ["*"],
@@ -17,7 +17,7 @@
"id": "domain_name", "id": "domain_name",
"type": "text", "type": "text",
"label": "URL actual de la Web Mejor Torrent", "label": "URL actual de la Web Mejor Torrent",
"default": "http://www.mejortorrent.com/", "default": "http://www.mejortorrent.org/",
"enabled": true, "enabled": true,
"visible": true "visible": true
}, },
+1 -1
View File
@@ -14,7 +14,7 @@ from platformcode import config, logger
from core import tmdb from core import tmdb
from lib import generictools from lib import generictools
host = 'http://www.mejortorrent.com/' host = 'http://www.mejortorrent.org/'
#host = config.get_setting('domain_name', 'mejortorrent') #host = config.get_setting('domain_name', 'mejortorrent')
__modo_grafico__ = config.get_setting('modo_grafico', 'mejortorrent') __modo_grafico__ = config.get_setting('modo_grafico', 'mejortorrent')