Fix VVVVID

This commit is contained in:
Alhaziel01
2022-07-04 16:32:04 +02:00
parent 3b746a5fa1
commit 09df8697ea
2 changed files with 2 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import requests, sys, inspect
from core import support, tmdb, httptools
from platformcode import autorenumber, logger, config
host = support.config.get_channel_url()
host = 'https://www.vvvvid.it'
# Creating persistent session
current_session = requests.Session()