istSOS / istsos2

Easily manage your sensor network and distribute your data in a standard way
Other
16 stars 31 forks source link

Fix use of 'e' before assignement #80

Open TheoLechemia opened 2 years ago

TheoLechemia commented 2 years ago

The returned response is more readable.

I also try to fix the wrong status code (200 look like to be hard coded even if the request fail : https://github.com/istSOS/istsos2/blob/master/application_istsoslib.py#L152), but I don't find a correct way to do it without breraking stuff .. :/