diff --git a/netbox/extras/dashboard/widgets.py b/netbox/extras/dashboard/widgets.py index 1929141ed..e762e5857 100644 --- a/netbox/extras/dashboard/widgets.py +++ b/netbox/extras/dashboard/widgets.py @@ -318,7 +318,7 @@ class RSSFeedWidget(DashboardWidget): timeout=3 ) response.raise_for_status() - except requests.exceptions.RequestException as e: + except requests.exceptions.RequestException: feed_error = 'NetBox is unable to connect to feed server...' return { 'error': feed_error,