Esempio n. 1
0
    def start(self):
        print('going to start the monitor client...')

        Client = client.ClientHandle()
        Client.forever_run()
Esempio n. 2
0
    def start(self):
        print("going to start the monitor client")
        #exit_flag = False

        Client = client.ClientHandle()
        Client.forever_run()
Esempio n. 3
0
 def start(self):
     print("going to start the monitor client")
     client = client.ClientHandle()
     client.forever_run()