Changes the Location plugin to use IPify.org instead of the now defunct noreply.org. Per IPify's code examples, this change uses the Requests library, which was added to setup.py.
I've also commented out some code in __init.py__ that looked like it was placeholder code for future development. The only thing it was doing right now was forcing Location.py results to the top of commit messages, which was likely frustrating users. This solves issue #33. Seemed best to comment out the code instead of deleting.
Changes the Location plugin to use IPify.org instead of the now defunct noreply.org. Per IPify's code examples, this change uses the Requests library, which was added to
setup.py
.I've also commented out some code in __init.py__ that looked like it was placeholder code for future development. The only thing it was doing right now was forcing Location.py results to the top of commit messages, which was likely frustrating users. This solves issue #33. Seemed best to comment out the code instead of deleting.