@ -729,7 +729,6 @@ class reportFactory(Factory):
def send_config(self):
serialized = pickle.dumps(self._config['SYSTEMS'], protocol=2) #.decode('utf-8', errors='ignore') #pickle.HIGHEST_PROTOCOL)
print(self._config['SYSTEMS'])
self.send_clients(b''.join([REPORT_OPCODES['CONFIG_SND'], serialized]))
Powered by TurnKey Linux.