Fix another case where...
This commit is contained in:
parent
58055847f4
commit
5b1b33c7f4
|
@ -144,6 +144,7 @@ class URLopener:
|
|||
if self.tempcache and self.tempcache.has_key(url):
|
||||
return self.tempcache[url]
|
||||
url1 = unwrap(url)
|
||||
self.openedurl = url1
|
||||
if self.tempcache and self.tempcache.has_key(url1):
|
||||
self.tempcache[url] = self.tempcache[url1]
|
||||
return self.tempcache[url1]
|
||||
|
|
Loading…
Reference in New Issue