From 349f885f084c8ad72a04c6730899dfbb8fdd55a5 Mon Sep 17 00:00:00 2001 From: stamparm Date: Mon, 15 Apr 2013 11:41:53 +0200 Subject: [PATCH] Minor patch --- lib/core/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/core/common.py b/lib/core/common.py index 935f4d10b..5f3be9c70 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -3510,7 +3510,6 @@ def resetCookieJar(cookieJar): for line in lines: _ = line.split() if len(_) == 7: - _[1]= "TRUE" # MozillaCookieJar expects TRUE here _[4] = "9999999999" # The UNIX time that the variable will expire on f.write("\n%s" % "\t".join(_))