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

View File

@@ -1,6 +1,6 @@
{
"id": "mejortorrent",
"name": "Mejor Torrent",
"name": "MejorTorrent",
"active": true,
"adult": false,
"language": ["*"],
@@ -17,7 +17,7 @@
"id": "domain_name",
"type": "text",
"label": "URL actual de la Web Mejor Torrent",
"default": "http://www.mejortorrent.com/",
"default": "http://www.mejortorrent.org/",
"enabled": true,
"visible": true
},

View File

@@ -14,7 +14,7 @@ from platformcode import config, logger
from core import tmdb
from lib import generictools
host = 'http://www.mejortorrent.com/'
host = 'http://www.mejortorrent.org/'
#host = config.get_setting('domain_name', 'mejortorrent')
__modo_grafico__ = config.get_setting('modo_grafico', 'mejortorrent')