Ищем жуков
parent
41d35c208e
commit
7a180ad365
|
@ -264,7 +264,9 @@ class TorrentFS(object):
|
||||||
def __init__(self, root, handle, startIndex):
|
def __init__(self, root, handle, startIndex):
|
||||||
self.root = root
|
self.root = root
|
||||||
self.handle = handle
|
self.handle = handle
|
||||||
|
logging.info('Start waiting for metadata')
|
||||||
self.waitForMetadata()
|
self.waitForMetadata()
|
||||||
|
logging.info('Metadata is here')
|
||||||
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_()
|
||||||
|
|
Loading…
Reference in New Issue