Example #1
0
 def __init__(self, app, megaplex_address, socketio):
     QWorker.__init__(self, app, megaplex_address, "client")
     self.socketio = socketio
Example #2
0
 def init_qworker(self, app, megaplex_address):
     QWorker.__init__(self, app, megaplex_address, self.tile_id)
     return
Example #3
0
 def __init__(self, app, megaplex_address):
     QWorker.__init__(self, app, megaplex_address, "host")
     self.temp_dict = {}
     self.last_check_for_dead_containers = datetime.datetime.today()