costastf / toonapilib

A library to interact with eneco's "Toon" smart meter via their official api https://api.toon.eu
MIT License
15 stars 11 forks source link

Don't monkey patch requests #40

Closed balloob closed 5 years ago

balloob commented 5 years ago

This lib monkey patches requests (source). But it looks like all the code that calls requests.get can be safely updated to just call self._patched_request directly. The monkey patch is than no longer necessary.

costastf commented 5 years ago

Just uploaded v3.2.5 that removes the monkey patching.