From ae0a6546752e95735cb8d4086127540619f44419 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 2 Aug 2010 12:26:11 +0200 Subject: reconnect fix --- module/PluginThread.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/PluginThread.py') 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) -- cgit v1.2.3