Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 349f885

Browse files
committed
Minor patch
1 parent 8853e43 commit 349f885

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/core/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3510,7 +3510,6 @@ def resetCookieJar(cookieJar):
35103510
for line in lines:
35113511
_ = line.split()
35123512
if len(_) == 7:
3513-
_[1]= "TRUE" # MozillaCookieJar expects TRUE here
35143513
_[4] = "9999999999" # The UNIX time that the variable will expire on
35153514
f.write("\n%s" % "\t".join(_))
35163515

0 commit comments

Comments
 (0)