diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-12 21:47:23 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-12 21:47:23 +0100 |
commit | 21aa78672f76da16716e163c950b63fd3a46e2fd (patch) | |
tree | 8804a23d94b85f4b6415e49fba5c696799fe79f3 /module/remote/thriftbackend/ThriftClient.py | |
parent | basic thrift client (diff) | |
download | pyload-21aa78672f76da16716e163c950b63fd3a46e2fd.tar.xz |
cleanup
Diffstat (limited to 'module/remote/thriftbackend/ThriftClient.py')
-rw-r--r-- | module/remote/thriftbackend/ThriftClient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/thriftbackend/ThriftClient.py b/module/remote/thriftbackend/ThriftClient.py index 68c2d25ed..9fcabc4e7 100644 --- a/module/remote/thriftbackend/ThriftClient.py +++ b/module/remote/thriftbackend/ThriftClient.py @@ -24,7 +24,7 @@ class NoConnection(Exception): class NoSSL(Exception): pass -class ThriftClient(): +class ThriftClient: def __init__(self, host="localhost", port=7228, user="", password=""): self.createConnection(host, port) |