chestm007 / linux_thermaltake_riing

Python driver and daemon to control thermaltake Riing fans and pumps
GNU General Public License v2.0
59 stars 25 forks source link

Fixed missing 1 positional argument in daemon/config.py #53

Closed Ayy-Zee closed 1 year ago

Ayy-Zee commented 2 years ago

For newer versions of python yaml, Simply loading the config with yaml.load(cfg) does not work due to it being deprecated, It has been fixed here.