cmdln / flashbake

Scripts to gather information for including in version history comments and to make using source control a bit simpler for non-technical projects.
GNU General Public License v3.0
456 stars 39 forks source link

Fixes location issue with noreply.org. #37

Closed ianpaul closed 4 years ago

ianpaul commented 4 years ago

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.

ianpaul commented 4 years ago

If this pull request is accepted then Issues #33 and #35 should be closed.

ianpaul commented 4 years ago

Something just went wrong in a test I was running. I will re-open in a few hours.