소스 검색

[update] proxy check :camera:

jhao 6 년 전
부모
커밋
e47b036a80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      helper/check.py

+ 1 - 1
helper/check.py

@@ -99,7 +99,7 @@ class Checker(Thread):
                         self.log.info('ProxyCheck - {}  : {} fail, count {} keep'.format(self.name,
                                                                                          proxy.proxy.ljust(23),
                                                                                          self.conf.maxFailCount))
-                    self.proxy_handler.put(proxy)
+                        self.proxy_handler.put(proxy)
             self.queue.task_done()