mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Update advanced.rst
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user