diff --git a/couchpotato/core/plugins/base.py b/couchpotato/core/plugins/base.py index c02e8f7..e4b27c9 100644 --- a/couchpotato/core/plugins/base.py +++ b/couchpotato/core/plugins/base.py @@ -206,7 +206,7 @@ class Plugin(object): if self.http_failed_disabled[host] > (time.time() - 900): log.info2('Disabled calls to %s for 15 minutes because so many failed requests.', host) if not show_error: - raise Exception('Disabled calls to %s for 15 minutes because so many failed requests') + raise Exception('Disabled calls to %s for 15 minutes because so many failed requests' % host) else: return '' else: