martyzz1 / heroku3.py

This is the updated Python wrapper for the Heroku API V3. https://devcenter.heroku.com/articles/platform-api-reference The Heroku REST API allows Heroku users to manage their accounts, applications, addons, and other aspects related to Heroku. It allows you to easily utilize the Heroku platform from your applications.
Other
118 stars 73 forks source link

Fix potential KeyError when updating config #75

Closed bugsduggan closed 5 years ago

bugsduggan commented 5 years ago

fixes: #74

68d496e94a21063c950da015c1a0b0cb4824833e introduced a small transposition from get to pop.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.7%) to 47.538% when pulling dc183774f8549c7ac6d3c66bd8fd339da2ab2962 on bugsduggan:issue/74 into cb65116732467fff47ce034e6575eace2a26b375 on martyzz1:master.