Changeset 3753

Show
Ignore:
Timestamp:
08/25/08 20:02:02 (4 months ago)
Author:
mvoncken
Message:

fix multiple-resume, there is no torrent_resumed method in core

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/deluge/core/core.py

    r3743 r3753  
    408408        log.debug("Resuming: %s", torrent_ids) 
    409409        for torrent_id in torrent_ids: 
    410             if self.torrents[torrent_id].resume(): 
    411                 self.torrent_resumed(torrent_id) 
     410            self.torrents[torrent_id].resume() 
    412411 
    413412    def export_get_status_keys(self):