Merge conflicts image_cache_thread.py

This commit is contained in:
tomkat83 2016-08-30 15:55:13 +02:00
parent 9df7761c8e
commit 62a9e676bf

View file

@ -11,12 +11,11 @@ import requests.packages.urllib3
requests.packages.urllib3.disable_warnings()
#################################################################################################
log = logging.getLogger("EMBY."+__name__)
log = logging.getLogger("PLEX."+__name__)
#################################################################################################
@utils.logging
class ImageCacheThread(threading.Thread):
url_to_process = None