LearnPython icon indicating copy to clipboard operation
LearnPython copied to clipboard

Fix requests hook parameter case display

Open Yawanaika opened this issue 3 years ago • 0 comments

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().

Yawanaika avatar Aug 20 '22 15:08 Yawanaika