소스 검색

Uhh, whoops.

pull/24/head
Ben Kurtovic 12 년 전
부모
커밋
e90f7059a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      toolserver/cookies.py

+ 1
- 1
toolserver/cookies.py 파일 보기

@@ -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]



불러오는 중...
취소
저장