From 86dfe72d8ad9e9bcfdd8fc7319d4a3095593beaf Mon Sep 17 00:00:00 2001 From: inpos Date: Thu, 17 Mar 2016 22:09:20 +0300 Subject: [PATCH] . --- lib/pyrrent2http/pyrrent2http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pyrrent2http/pyrrent2http.py b/lib/pyrrent2http/pyrrent2http.py index 4811296..a0bffc7 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -268,7 +268,7 @@ class TorrentFS(object): self.save_path = localize_path(self.root.torrentParams['save_path']) self.priorities = list(self.handle.file_priorities()) 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: logging.info('No -file-index specified, downloading will be paused until any file is requested')