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, 2 insertions, 0 deletions
diff --git a/module/remote/thriftbackend/ThriftClient.py b/module/remote/thriftbackend/ThriftClient.py
index c8e8f2bd7..3b6a56448 100644
--- a/module/remote/thriftbackend/ThriftClient.py
+++ b/module/remote/thriftbackend/ThriftClient.py
@@ -105,4 +105,6 @@ if __name__ == "__main__":
print client.getServices()
print client.call(Pyload.ServiceCall("UpdateManager", "recheckForUpdates"))
+ print client.getConfigValue("download", "limit_speed", "core")
+
client.close() \ No newline at end of file