From d71f6e88879accd9d8847557c264e4fb5131eca6 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Tue, 18 Oct 2016 20:32:16 +0200 Subject: [PATCH] Remove obsolete lock --- resources/lib/artwork.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index 645a1568..7c789bce 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -6,7 +6,7 @@ import logging import requests import os from urllib import quote_plus, unquote -from threading import Lock, Thread +from threading import Thread import Queue import xbmc @@ -210,7 +210,6 @@ class Image_Cache_Thread(Thread): class Artwork(): - lock = Lock() enableTextureCache = settings('enableTextureCache') == "true" if enableTextureCache: queue = Queue.Queue()