summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-29 21:21:30 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-29 21:21:30 +0100
commit1541e8b09a7a596b4c3f1e1381bc7911ac582573 (patch)
tree74b958e8bf85fd5a58d53b4c14509b1b9f52d45f /module/plugins/accounts
parentbetter cleanup (diff)
downloadpyload-1541e8b09a7a596b4c3f1e1381bc7911ac582573.tar.xz
hotfile fix
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r--module/plugins/accounts/HotfileCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/HotfileCom.py b/module/plugins/accounts/HotfileCom.py
index 42b8274b1..9b54e6a3c 100644
--- a/module/plugins/accounts/HotfileCom.py
+++ b/module/plugins/accounts/HotfileCom.py
@@ -69,7 +69,7 @@ class HotfileCom(Account):
post.update({"action": method})
post.update({"username":user, "passwordmd5dig":pwhash, "digest":digest})
resp = req.load("http://api.hotfile.com/", post=post)
- req.clean()
+ req.close()
return resp
def login(self, user, data, req):