mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
test GH actions
This commit is contained in:
parent
ae30d5dc25
commit
a08ebaa0a3
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class NotificationSettings:
|
|||
notification_settings = NotificationSettings(NOTIFICATION_DEFAULTS)
|
||||
|
||||
|
||||
def reload_notification_settings(*args: Any, **kwargs: Any): # pylint: disable=unused-argument
|
||||
def reload_notification_settings(*args: Any, **kwargs: Any):
|
||||
setting = kwargs["setting"]
|
||||
if setting == "DJANGO_NOTIFICATIONS_CONFIG":
|
||||
notification_settings.reload()
|
||||
|
|
|
|||
Loading…
Reference in a new issue