Closed simoncomley closed 13 years ago
I'm not sure if you want feedback but line 32 has a bug in it:
url = url[-1]
If you have a value like http://mycdn.amazon.com/ the url ends up being / instead of what I expect you wanted it to be which is http://mycdn.amazon.com
Just thought you should know
I'm not sure if you want feedback but line 32 has a bug in it:
If you have a value like http://mycdn.amazon.com/ the url ends up being / instead of what I expect you wanted it to be which is http://mycdn.amazon.com
Just thought you should know