Changes between Version 1 and Version 2 of archive/Development/UiClient/Scripts


Ignore:
Timestamp:
09/20/2008 07:54:10 AM (16 years ago)
Author:
mvoncken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • archive/Development/UiClient/Scripts

    v1 v2  
    1313}}} 
    1414 
     15=== total amount of bytes downloaded === 
     16Downloaded: 
     17{{{ 
     18#!python 
     19sum(t["total_done"] for t in sclient.get_torrents_status([],['total_done']).values()) 
     20}}}