LearnPython
LearnPython copied to clipboard
Fix requests hook parameter case display
The original example will cause a TypeError: print_url() got an unexpected keyword argument 'timeout', which can be solved by adding a formal parameter to print_url().