Fix #131
This commit is contained in:
parent
875af674a1
commit
39e8866b97
@ -351,7 +351,7 @@ class Core(
|
|||||||
log.warning("Error pausing torrent %s", torrent_id)
|
log.warning("Error pausing torrent %s", torrent_id)
|
||||||
|
|
||||||
def export_move_torrent(self, torrent_ids, dest):
|
def export_move_torrent(self, torrent_ids, dest):
|
||||||
log.debug("Moving torrents %s to %s", torrent_id, dest)
|
log.debug("Moving torrents %s to %s", torrent_ids, dest)
|
||||||
for torrent_id in torrent_ids:
|
for torrent_id in torrent_ids:
|
||||||
if not self.torrents[torrent_id].move_storage(dest):
|
if not self.torrents[torrent_id].move_storage(dest):
|
||||||
log.warning("Error moving torrent %s to %s", torrent_id, dest)
|
log.warning("Error moving torrent %s to %s", torrent_id, dest)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user