Changed from subprocess.check_output to subprocess.Popen, that allows us to...
Changed from subprocess.check_output to subprocess.Popen, that allows us to retrieve error messages. Also Added a while loop, to use all servers passed in, instead of just the first one. Finally, added some error logging, and some data logging.
Loading
Please register or sign in to comment