proxytranslate in updateDomains e timeout di 60 secondi nei test

This commit is contained in:
mac12m99
2021-01-31 20:30:17 +01:00
parent e0fcc9c11c
commit feaf9fb826
5 changed files with 18 additions and 5 deletions
-1
View File
@@ -6,7 +6,6 @@ import sys
# Appends the main plugin dir to the PYTHONPATH if an internal package cannot be imported.
# Examples: In Plex Media Server all modules are under "Code.*" package, and in Enigma2 under "Plugins.Extensions.*"
try:
# from core import logger
import core
except:
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))