mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 20:20:30 +00:00
Fix tests
This commit is contained in:
parent
5151e68a3e
commit
fbbced4d8f
1 changed files with 1 additions and 0 deletions
|
|
@ -243,6 +243,7 @@ class Configuration (dict):
|
|||
def logger_add (self, loggerclass):
|
||||
"""Add a new logger type to the known loggers."""
|
||||
self.loggers[loggerclass.LoggerName] = loggerclass
|
||||
self[loggerclass.LoggerName] = {}
|
||||
|
||||
def read (self, files=None):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue