Don't show xbmc error message when not available

This commit is contained in:
Ruud
2012-03-09 12:40:36 +01:00
parent e7be68bf10
commit bfbd3b26a9
+1 -1
View File
@@ -30,7 +30,7 @@ class XBMC(Notification):
}
try:
self.urlopen(url, headers = headers)
self.urlopen(url, headers = headers, show_error = False)
except:
log.error("Couldn't sent command to XBMC")
return False