mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
fix test
This commit is contained in:
parent
1f0a6eb75e
commit
bdbed9f893
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ def print_totals(totals):
|
||||||
|
|
||||||
|
|
||||||
print "==totals=="
|
print "==totals=="
|
||||||
print_totals(sclient.graph_get_totals())
|
print_totals(sclient.stats_get_totals())
|
||||||
|
|
||||||
print "==session totals=="
|
print "==session totals=="
|
||||||
print_totals(sclient.graph_get_session_totals())
|
print_totals(sclient.stats_get_session_totals())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue