Just like it is done in the script:
until (subprocess.popen( ... ) == "1")
or == 1
depending on the subsystem.popen return type (string/char vs int), I am not proficient in Python...
until (subprocess.popen( ... ) == "1")
or == 1
depending on the subsystem.popen return type (string/char vs int), I am not proficient in Python...