mirror of
https://github.com/socialwifi/RouterOS-api.git
synced 2025-09-01 15:35:49 +02:00
Fix raising errors.
This commit is contained in:
parent
cfe7bb5932
commit
57eda98a98
1 changed files with 1 additions and 1 deletions
|
@ -78,4 +78,4 @@ class CommandSentence(object):
|
|||
self.queries.add(query.IsEqualQuery(key, value))
|
||||
|
||||
def __str__(self):
|
||||
return ' '.join(self.get_api_format())
|
||||
return str(b' '.join(self.get_api_format()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue