socialwifi / RouterOS-api

Python API to RouterBoard devices produced by MikroTik.
MIT License
251 stars 100 forks source link

Fixed issues when dealing with latin-1 charachters #90

Open willnaoosmith opened 1 year ago

willnaoosmith commented 1 year ago

The error happened when dealing with characters like "ç", I remember it being an unidecode error. I made this a while ago, so I don't have the exact error message available, sorry.

It did get fixed in my scenario, so I hope it doesn't interfere with another scenarios.

Thanks for the good repository!