11147:dee6e106b4d3 | 11148:15e30f0c76a8 |
---|---|
248 backgroundClient = BackgroundClient(host, int(port), int(maxProcs)) | 248 backgroundClient = BackgroundClient(host, int(port), int(maxProcs)) |
249 # Start the main loop | 249 # Start the main loop |
250 backgroundClient.run() | 250 backgroundClient.run() |
251 | 251 |
252 # | 252 # |
253 # eflag: noqa = M801 | 253 # eflag: noqa = M-801 |