mirror of
https://github.com/ShaYmez/hblink3.git
synced 2024-11-21 23:45:15 -05:00
string testing for reporting push
This commit is contained in:
parent
78f2226981
commit
93c978f866
@ -720,7 +720,7 @@ class bridgeReportFactory(reportFactory):
|
|||||||
|
|
||||||
def send_bridgeEvent(self, _data):
|
def send_bridgeEvent(self, _data):
|
||||||
if isinstance(_data, str):
|
if isinstance(_data, str):
|
||||||
#_data = _data.decode('utf-8', error='ignore')
|
_data = _data.decode('utf-8', error='ignore')
|
||||||
self.send_clients(REPORT_OPCODES['BRDG_EVENT']+_data)
|
self.send_clients(REPORT_OPCODES['BRDG_EVENT']+_data)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user