From 7a180ad36500d44584db883d76c81c63e86c7b30 Mon Sep 17 00:00:00 2001 From: inpos Date: Thu, 17 Mar 2016 19:40:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=89=D0=B5=D0=BC=20=D0=B6=D1=83=D0=BA?= =?UTF-8?q?=D0=BE=D0=B2?= 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 279f40a..29c3b83 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -264,7 +264,9 @@ class TorrentFS(object): def __init__(self, root, handle, startIndex): self.root = root self.handle = handle + logging.info('Start waiting for metadata') self.waitForMetadata() + logging.info('Metadata is here') self.save_path = localize_path(self.root.torrentParams['save_path']) self.priorities = list(self.handle.file_priorities()) self.files = self.__files_()