sandbox1
parent
8133d3eab9
commit
86dfe72d8a
|
@ -268,7 +268,7 @@ class TorrentFS(object):
|
||||||
self.save_path = localize_path(self.root.torrentParams['save_path'])
|
self.save_path = localize_path(self.root.torrentParams['save_path'])
|
||||||
self.priorities = list(self.handle.file_priorities())
|
self.priorities = list(self.handle.file_priorities())
|
||||||
self.files = self.__files_()
|
self.files = self.__files_()
|
||||||
#self.handle.set_piece_deadline(self.files[startIndex].startPiece, 50)
|
self.handle.set_piece_deadline(self.files[startIndex].startPiece, 50)
|
||||||
if startIndex < 0:
|
if startIndex < 0:
|
||||||
logging.info('No -file-index specified, downloading will be paused until any file is requested')
|
logging.info('No -file-index specified, downloading will be paused until any file is requested')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue