socialwifi / RouterOS-api

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

Fix string and byte concatenation in Python 3 #48

Closed davidc closed 4 years ago

davidc commented 5 years ago

Fixes #47 Tested in Python 2.7.13 and 3.5.3

Behoston commented 4 years ago

fixed in https://github.com/socialwifi/RouterOS-api/pull/50