From 1ecd9254b361d4e026e7a25f1b47382d1015e63c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 14 Feb 2011 15:17:07 +0100 Subject: default thrift backend --- module/remote/thriftbackend/ThriftClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/remote/thriftbackend/ThriftClient.py') 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: -- cgit v1.2.3