Ищем жуков

sandbox1
inpos 2016-03-17 19:40:36 +03:00
parent 41d35c208e
commit 7a180ad365
1 changed files with 2 additions and 0 deletions

View File

@ -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_()