Ultimi fix

This commit is contained in:
Alhaziel01
2020-09-29 19:57:53 +02:00
parent 6771b317b9
commit 5afda1ff50
3 changed files with 11 additions and 9 deletions

View File

@@ -3,13 +3,8 @@
# Canale per vvvvid
# ----------------------------------------------------------
import requests, sys
from core import support, tmdb, autorenumber
if sys.version_info[0] >= 3:
pass
else:
pass
from core import support, tmdb
from platformcode import autorenumber
host = support.config.get_channel_url()