Fix feature support

This commit is contained in:
Ozzieisaacs
2019-07-14 13:20:40 +02:00
parent e411c0fded
commit 8bfcdffeb6
6 changed files with 40 additions and 16 deletions

View File

@@ -68,6 +68,7 @@ config = config_sql.load_configuration(ub.session)
from . import db, services
searched_ids = {}
feature_support = []
from .worker import WorkerThread
global_WorkerThread = WorkerThread()