|
# Use -sS to hide progress bar, but show errors.
|
|
# Use -sS to hide progress bar, but show errors.
|
|
p = subprocess.Popen(["curl", "-m", "15", "-i", "-sS", url], stderr=PIPE, stdout=PIPE)
|
|
p = subprocess.Popen(["curl", "-m", "15", "-i", "-sS", url], stderr=PIPE, stdout=PIPE)
|