Esempio n. 1
0
 def __init__(self, app, megaplex_address, socketio):
     QWorker.__init__(self, app, megaplex_address, "client")
     self.socketio = socketio
Esempio n. 2
0
 def init_qworker(self, app, megaplex_address):
     QWorker.__init__(self, app, megaplex_address, self.tile_id)
     return
Esempio n. 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()