Exemplo n.º 1
0
def stop_torrents():
	map( stop_torrent, get_ids() )
Exemplo n.º 2
0
def start_torrents():
	map( start_torrent, get_ids() )