summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/account/BitshareCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/account/BitshareCom.py')
-rw-r--r--pyload/plugin/account/BitshareCom.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyload/plugin/account/BitshareCom.py b/pyload/plugin/account/BitshareCom.py
index 4774b9062..7d7b18ff4 100644
--- a/pyload/plugin/account/BitshareCom.py
+++ b/pyload/plugin/account/BitshareCom.py
@@ -28,7 +28,6 @@ class BitshareCom(Account):
def login(self, user, data, req):
html = req.load("http://bitshare.com/login.html",
post={"user": user, "password": data['password'], "submit": "Login"},
- cookies=True,
decode=True)
if "login" in req.lastEffectiveURL: