© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Mohammed Sameeruddin
Python Developer | Python Mentor | Technical Writer | Aspiring Geo-Data Scientist
In call_request() function, I think you mistakenly mentioned
call_request()
headers = headers={'User-Agent': str(user_agent)}
I guess, it should be simply
headers = {'User-Agent': str(user_agent)}
Nice post.
Rahul Dubey
Developer | Artist | Blogger
thanks for pointing it out. will make the changes.