Beispiel #1
0
 def recv_rng(self, msg):
     log.info('Got a RNG from %s', msg.args[3])
     msg.args = msg.args[:5]
     return Super.recv_rng(self, msg)
Beispiel #2
0
 def recv_rng(self, msg):
     log.info("Got a RNG from %s", msg.args[3])
     msg.args = msg.args[:5]
     return Super.recv_rng(self, msg)