summaryrefslogtreecommitdiffstats
path: root/module/PluginThread.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r--module/PluginThread.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py
index a2ac6e027..1adf15172 100644
--- a/module/PluginThread.py
+++ b/module/PluginThread.py
@@ -84,7 +84,8 @@ class DownloadThread(PluginThread):
except Reconnect:
self.queue.put(pyfile)
- pyfile.req.clearCookies()
+ #@TODO
+ #pyfile.req.clearCookies()
while self.m.reconnecting.isSet():
sleep(0.5)