j
k
j a
j l
Is there a place to define a script execution timeout?
not in the urllib module. Try setting an alarm using the signal module, wrapping the GET request in a try clause, and then setting the alarm to 0 in the finally clause. seb
Back to the thread
Back to the list