mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-04 03:24:52 +00:00
forgot the parenthesis
This commit is contained in:
parent
099c9c220a
commit
a73c01f167
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ def notify_handler(verb, **kwargs):
|
|||
verb=unicode(verb),
|
||||
public=bool(kwargs.pop('public', True)),
|
||||
description=kwargs.pop('description', None),
|
||||
timestamp=kwargs.pop('timestamp', now)
|
||||
timestamp=kwargs.pop('timestamp', now())
|
||||
)
|
||||
|
||||
for opt in ('target', 'action_object'):
|
||||
|
|
|
|||
Loading…
Reference in a new issue