Merge pull request #1540 from libbkmz/master

Event hooks update
This commit is contained in:
Cory Benfield
2013-08-18 13:03:03 -07:00
+1 -1
View File
@@ -217,7 +217,7 @@ argument.
::
def print_url(r):
def print_url(r, *args, **kwargs):
print(r.url)
If an error occurs while executing your callback, a warning is given.