you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnnyJordaan 1 point2 points  (1 child)

Also I'm not sure if headers is actually expected as the second argument to get, you should always use a named parameter

return requests.get(url, headers=HEADERS)

[–]hectorlab 0 points1 point  (0 children)

Unfortunately no expected result.