deluge/deluge/tests/test_stats.py
2008-11-25 19:28:25 +00:00

14 lines
199 B
Python

#
# testing 123..
#
from deluge.ui.client import sclient
sclient.set_core_uri()
#/init
print "no-args:"
stats = sclient.get_stats()
for key in sorted(stats.keys()):
print key, ":", stats[key]