rorr73 / LifeSOSpy_MQTT

MQTT Client to communicate with LifeSOS alarm systems.
MIT License
5 stars 2 forks source link

Fix #11: Add loader to yaml.load #12

Closed bratanon closed 5 years ago

bratanon commented 5 years ago

Fixes #11

https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

I tried the BaseLoader which works.