Merge conflicts image_cache_thread.py
This commit is contained in:
parent
9df7761c8e
commit
62a9e676bf
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue