OlegYurchik / pyInstagram

This is a simple and easy-to-use library for interacting with the Instagram. The library works through the web interface of the Instagram and does not depend on the official API
MIT License
232 stars 49 forks source link

Update location data when fetched #70

Open maubarsom opened 4 years ago

maubarsom commented 4 years ago

Fix for my issue. Fetch the location data :)

OlegYurchik commented 4 years ago

I think fix with if ... else None better change to dict.get(...). Thank you for your PR