More explicit coding
This commit is contained in:
parent
74433f7afd
commit
307e8e5b61
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class Image_Cache_Thread(Thread):
|
||||||
# download. All is well
|
# download. All is well
|
||||||
break
|
break
|
||||||
except requests.ConnectionError:
|
except requests.ConnectionError:
|
||||||
if window('plex_terminateNow') == 'true':
|
if threadStopped():
|
||||||
# Kodi terminated
|
# Kodi terminated
|
||||||
break
|
break
|
||||||
# Server thinks its a DOS attack, ('error 10053')
|
# Server thinks its a DOS attack, ('error 10053')
|
||||||
|
|
Loading…
Reference in a new issue