Bläddra i källkod

Uhh, whoops.

pull/24/head
Ben Kurtovic 12 år sedan
förälder
incheckning
e90f7059a7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      toolserver/cookies.py

+ 1
- 1
toolserver/cookies.py Visa fil

@@ -12,7 +12,7 @@ class _CookieManager(SimpleCookie):
super(_CookieManager, self).__init__(environ["HTTP_COOKIE"])
except (CookieError, AttributeError):
super(_CookieManager, self).__init__()
for cookie in self:
for cookie in self.keys():
if self[cookie].value is False:
del self[cookie]



Laddar…
Avbryt
Spara