mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 12:34:50 +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(sclient.graph_get_totals())
|
||||
print_totals(sclient.stats_get_totals())
|
||||
|
||||
print "==session totals=="
|
||||
print_totals(sclient.graph_get_session_totals())
|
||||
print_totals(sclient.stats_get_session_totals())
|
||||
|
|
Loading…
Add table
Reference in a new issue