Beispiel #1
0
 def run(self):
     if self.__MAX_USAGE_ALLOWED:
         self.__MAX_USAGE_ALLOWED = self.__MAX_USAGE_ALLOWED - 1
         self.FOUND.emit({
             'thread_key': self.key,
             'file_size': spider(self.dictionary)[1]
         })
 def run(self):
     spider_file_size = spider(self.dictionary)[1]
     self.FOUND.emit({
         'thread_key': self.key,
         'file_size': spider_file_size
     })
 def run(self):
     if self.__MAX_USAGE_ALLOWED:
         self.__MAX_USAGE_ALLOWED = self.__MAX_USAGE_ALLOWED - 1
         self.FOUND.emit({'thread_key': self.key, 'file_size': spider(self.dictionary)[1]})