Utilities/BackgroundClient.py

changeset 4566
a2e8f3c420ec
parent 4563
881340f4bd0c
child 4631
5c1a96925da4
equal deleted inserted replaced
4564:a6480863adfb 4566:a2e8f3c420ec
189 189
190 host, port = sys.argv[1:] 190 host, port = sys.argv[1:]
191 backgroundClient = BackgroundClient(host, int(port)) 191 backgroundClient = BackgroundClient(host, int(port))
192 # Start the main loop 192 # Start the main loop
193 backgroundClient.run() 193 backgroundClient.run()
194
195 #
196 # eflag: noqa = M801

eric ide

mercurial