Update advanced.rst

This commit is contained in:
libbkmz
2013-08-19 00:01:37 +04:00
parent 0f40290039
commit 78e5262dbd
+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.