diff options
| author | 2013-03-18 19:04:48 +0100 | |
|---|---|---|
| committer | 2013-03-18 19:04:48 +0100 | |
| commit | 5d32c05eb764beed8a84dec1e91e0f8a8060899d (patch) | |
| tree | d4d71b48908c097bde2a3ec9c7c2b80d54b5eccd /module/network/CookieJar.py | |
| parent | render download progress (diff) | |
| download | pyload-5d32c05eb764beed8a84dec1e91e0f8a8060899d.tar.xz | |
added ReadWrite lock, render file progress on dashboard
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 = {} |
