empierre / domoticz_linky-deprecated

Get Linky smart meter index to Domoticz
https://easydomoticz.com/forum/viewtopic.php?p=45583#p45583
GNU General Public License v3.0
15 stars 16 forks source link

Change json() call to transform retreived data to json format #6

Closed FredVi closed 6 years ago

FredVi commented 6 years ago

req.json() changed to json.loads() since the json() method seems, for unknown reasons, raise an exception although the data is valid.