diff options
Diffstat (limited to 'module/network/CookieJar.py')
-rw-r--r-- | module/network/CookieJar.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/network/CookieJar.py b/module/network/CookieJar.py index a020d6f9e..ea2c43a9e 100644 --- a/module/network/CookieJar.py +++ b/module/network/CookieJar.py @@ -19,6 +19,7 @@ from time import time +# TODO: replace with simplecookie? class CookieJar(): def __init__(self, pluginname): self.cookies = {} |