summaryrefslogtreecommitdiffstats
path: root/module/remote/thriftbackend/ThriftClient.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/remote/thriftbackend/ThriftClient.py')
-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 7e60d9fdc..74363cf62 100644
--- a/module/remote/thriftbackend/ThriftClient.py
+++ b/module/remote/thriftbackend/ThriftClient.py
@@ -88,7 +88,7 @@ class ThriftClient:
if __name__ == "__main__":
- client = ThriftClient(user="User", password="")
+ client = ThriftClient(user="User", password="pwhere")
print client.getServerVersion()
print client.statusServer()