예제 #1
0
def stop_torrents():
	map( stop_torrent, get_ids() )
예제 #2
0
def start_torrents():
	map( start_torrent, get_ids() )