def start(self): if check_run(): print('pro has run') else: print("going to start the monitor client") # exit_flag = False Client = client.ClientHandle() Client.forever_run()
def start(self): """ Start the client listener :param start: :return """ # TODO add log Client = client.ClientHandle() Client.forever_run()
def start(self): print("going to start the monitor client") # exit_flag = False Client = client.ClientHandle() Client.forever_run()
def start(self): print("监控客户端代理准备运行。。。") #exit_flag = False Client = client.ClientHandle() Client.forever_run()
def stop(self): print("stopping the monitor client") Client = client.ClientHandle() Client.stop_client()
def start(self): print("Going to start monitor client(core/main.py)") #exit_flag = False Client = client.ClientHandle() Client.forever_run()