Don't show xbmc error message when not available
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user