예제 #1
0
 def __init__(self, app, megaplex_address, socketio):
     QWorker.__init__(self, app, megaplex_address, "client")
     self.socketio = socketio
예제 #2
0
파일: tile_base.py 프로젝트: bsherin/tactic
 def init_qworker(self, app, megaplex_address):
     QWorker.__init__(self, app, megaplex_address, self.tile_id)
     return
예제 #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()