mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-28 11:45:19 +01:00
Need a cookie version to read saved cookie file back. flaresolverr_proxy
This commit is contained in:
parent
3f2596c247
commit
bdd8921328
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ def cookiejar_to_jsonable(cookiejar):
|
|||
def cookiejson_to_jarable(data):
|
||||
retval = []
|
||||
for c in data:
|
||||
retval.append(Cookie(None, # version
|
||||
retval.append(Cookie(0, # version
|
||||
c['name'],
|
||||
c['value'],
|
||||
None, # port
|
||||
|
|
|
|||
Loading…
Reference in a new issue