fix vari kodi 19

This commit is contained in:
marco
2020-02-06 22:44:38 +01:00
parent a680775c79
commit e4a83b590f
12 changed files with 25 additions and 20 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
# -*- coding: utf-8 -*-
import os
import ssl
import urlparse
try:
import urlparse
except:
import urllib.parse as urlparse
from lib.requests_toolbelt.adapters import host_header_ssl
from lib import doh