I ran into some problems where a file was hanging because the urlopen command never timed out, so I added an option for users to specify that they want requests to time out after 10 seconds. This parameter is then passed down to the urlopen function. I think it goes with #43.
This is my first pull request, so let me know if I messed anything up.
I ran into some problems where a file was hanging because the urlopen command never timed out, so I added an option for users to specify that they want requests to time out after 10 seconds. This parameter is then passed down to the urlopen function. I think it goes with #43.
This is my first pull request, so let me know if I messed anything up.