summaryrefslogtreecommitdiffstats
path: root/module/remote/thriftbackend
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-14 15:17:07 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-14 15:17:07 +0100
commit1ecd9254b361d4e026e7a25f1b47382d1015e63c (patch)
tree183e5215126435b5b9bc986d86e616bafccb1645 /module/remote/thriftbackend
parentsome parts of cli working again (diff)
downloadpyload-1ecd9254b361d4e026e7a25f1b47382d1015e63c.tar.xz
default thrift backend
Diffstat (limited to 'module/remote/thriftbackend')
-rw-r--r--module/remote/thriftbackend/ThriftClient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/thriftbackend/ThriftClient.py b/module/remote/thriftbackend/ThriftClient.py
index c6a48df2b..c5beec96e 100644
--- a/module/remote/thriftbackend/ThriftClient.py
+++ b/module/remote/thriftbackend/ThriftClient.py
@@ -30,7 +30,7 @@ class NoSSL(Exception):
pass
class ThriftClient:
- def __init__(self, host="localhost", port=7228, user="", password=""):
+ def __init__(self, host="localhost", port=7227, user="", password=""):
self.createConnection(host, port)
try: