diff options
author | 2015-04-16 18:07:46 +0200 | |
---|---|---|
committer | 2015-04-16 18:07:46 +0200 | |
commit | 3eec058b29cc37af8ff116926d4273b377c7471b (patch) | |
tree | 012864e3d7fce39e419dd70aa1cbabb347231b82 /pyload/remote/thriftbackend/ThriftTest.py | |
parent | [config] Use get method instead dict access (diff) | |
download | pyload-3eec058b29cc37af8ff116926d4273b377c7471b.tar.xz |
Fix comments
Diffstat (limited to 'pyload/remote/thriftbackend/ThriftTest.py')
-rw-r--r-- | pyload/remote/thriftbackend/ThriftTest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/remote/thriftbackend/ThriftTest.py b/pyload/remote/thriftbackend/ThriftTest.py index f4c927bd7..fb8dd03c9 100644 --- a/pyload/remote/thriftbackend/ThriftTest.py +++ b/pyload/remote/thriftbackend/ThriftTest.py @@ -48,8 +48,8 @@ proxy = xmlrpclib.ServerProxy(server_url, allow_none=True) bench(proxy.get_server_version) bench(proxy.status_server) bench(proxy.status_downloads) -#bench(proxy.get_queue) -#bench(proxy.get_collector) +# bench(proxy.get_queue) +# bench(proxy.get_collector) print try: |