LarsMichelsen / pmatic

Python API for Homematic. Easy to use.
https://larsmichelsen.github.io/pmatic/
GNU General Public License v2.0
34 stars 23 forks source link

Don't modify dict which is being iterated #29

Closed jrester closed 4 years ago

jrester commented 4 years ago

As of python 3.8 this is enforced and as such the code fails with an error when modifying a dict over which is being iterated.

LarsMichelsen commented 4 years ago

Thanks!