diff --git a/couchpotato/core/notifications/xbmc/main.py b/couchpotato/core/notifications/xbmc/main.py index 4fe0a45c..2651caec 100644 --- a/couchpotato/core/notifications/xbmc/main.py +++ b/couchpotato/core/notifications/xbmc/main.py @@ -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