XBMC error > info2

This commit is contained in:
Ruud
2014-07-08 20:09:24 +02:00
parent 40a5ce087b
commit 04e22b3966
+1 -1
View File
@@ -208,7 +208,7 @@ class XBMC(Notification):
log.debug('Returned from request %s: %s', (host, response))
return response
except (MaxRetryError, requests.exceptions.Timeout):
except (MaxRetryError, requests.exceptions.Timeout, ConnectionError):
log.info2('Couldn\'t send request to XBMC, assuming it\'s turned off')
return []
except: