diff --git a/allianceauth/templatetags/admin_status.py b/allianceauth/templatetags/admin_status.py index ca055345..09b41b50 100644 --- a/allianceauth/templatetags/admin_status.py +++ b/allianceauth/templatetags/admin_status.py @@ -162,14 +162,11 @@ def _current_notifications() -> dict: for hook in hooks: logger.info(hook) try: - app_notifications.extend(hook.get_announcement_list()) - """ app_notifications.extend(cache.get_or_set( f"{hook.app_name}_notification_issues", hook.get_announcement_list, NOTIFICATION_CACHE_TIME, )) - """ except requests.HTTPError: logger.warning("Error when getting %s notifications", hook, exc_info=True)