From 43418b6295beef9eed4a4629003adf02dd47f3e2 Mon Sep 17 00:00:00 2001 From: Jeix Date: Sun, 10 Oct 2010 13:45:26 +0200 Subject: workaround --- module/network/XdccRequest.py | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'module/network/XdccRequest.py') diff --git a/module/network/XdccRequest.py b/module/network/XdccRequest.py index 28aee262e..98e3e9f12 100644 --- a/module/network/XdccRequest.py +++ b/module/network/XdccRequest.py @@ -324,15 +324,10 @@ class XdccRequest: except: pass -# def getURL(url): - # """ - # currently used for update check - # """ - # req = Request() - # c = req.load(url) - # req.pycurl.close() - # return c - + def clearCookies(self): + # workaround