From 8c5cc17491f714fdb77248b130d1b0699d22c3b6 Mon Sep 17 00:00:00 2001 From: inpos Date: Thu, 17 Mar 2016 19:45:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B6=D1=83=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pyrrent2http/pyrrent2http.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pyrrent2http/pyrrent2http.py b/lib/pyrrent2http/pyrrent2http.py index ac8e95f..7bad7d1 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -268,7 +268,9 @@ class TorrentFS(object): self.waitForMetadata() logging.info('Metadata is here') self.save_path = localize_path(self.root.torrentParams['save_path']) + logging.info('Start getting priorities') self.priorities = list(self.handle.file_priorities()) + logging.info('priorities is here') self.files = self.__files_() if startIndex < 0: logging.info('No -file-index specified, downloading will be paused until any file is requested')