cookie fix
parent
2491c37da3
commit
8300a00adc
|
@ -97,6 +97,7 @@ class SearcherABC:
|
|||
try:
|
||||
if os.path.exists(cookie): self.cookieJar.load(ignore_discard=True)
|
||||
except:
|
||||
self.log('[load_cookie]: os.remove(cookie)')
|
||||
os.remove(cookie)
|
||||
self.cookieJar = cookielib.MozillaCookieJar(cookie)
|
||||
|
||||
|
|
Loading…
Reference in New Issue