mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-02 20:04:43 +00:00
start logger output before append_url is called since this can trigger logger.new_url
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2239 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
eda4155a07
commit
372798487b
2 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,6 @@ def _check_urls (consumer):
|
|||
@type consumer: linkcheck.consumer.Consumer
|
||||
@return: None
|
||||
"""
|
||||
consumer.logger_start_output()
|
||||
start_time = time.time()
|
||||
status_time = start_time
|
||||
while not consumer.finished():
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ class Consumer (object):
|
|||
self.errors = False
|
||||
# if checking had warnings
|
||||
self.warnings = False
|
||||
self.logger_start_output()
|
||||
|
||||
def _set_threads (self, num):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue