unioslo / zabbix-cli

Command-line interface for Zabbix
https://unioslo.github.io/zabbix-cli/
GNU General Public License v3.0
206 stars 102 forks source link

Fix shell command on Python 3 #173

Closed pederhan closed 11 months ago

pederhan commented 11 months ago

This PR fixes #172. Bug stemmed from trying to concatenate bytes with string (remnant of Python 2 implementation).