diff --git a/frappe/desk/notifications.py b/frappe/desk/notifications.py index 059cadc3bc..3a00330a55 100644 --- a/frappe/desk/notifications.py +++ b/frappe/desk/notifications.py @@ -196,7 +196,7 @@ def get_notification_config(): config[key].update(nc.get(key, {})) return config - return frappe.cache().hget("notification_config", frappe.session.user, _get()) + return frappe.cache().hget("notification_config", frappe.session.user, _get) def get_filters_for(doctype): '''get open filters for doctype'''