Add a little debug to send config (reports)
This commit is contained in:
parent
18ae439125
commit
ef498d4082
@ -729,6 +729,7 @@ class reportFactory(Factory):
|
||||
|
||||
def send_config(self):
|
||||
serialized = pickle.dumps(self._config['SYSTEMS'], protocol=2) #.decode('utf-8', errors='ignore') #pickle.HIGHEST_PROTOCOL)
|
||||
logger.debug('(REPORT) Send config')
|
||||
self.send_clients(b''.join([REPORT_OPCODES['CONFIG_SND'], serialized]))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user