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