forgot the parenthesis

This commit is contained in:
Brant Young 2013-04-17 23:13:03 +08:00
parent 099c9c220a
commit a73c01f167

View file

@ -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'):