mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-18 05:11:00 +00:00
fix debug data
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1010 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
2226a097f4
commit
b8a25397be
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ if config["log"].__class__ == BlacklistLogger and \
|
|||
os.path.exists(config['log'].filename):
|
||||
args = file(config['log'].filename).readlines()
|
||||
|
||||
debug(HURT_ME_PLENTY, "configuration:", pprint.pformat(config.data))
|
||||
debug(HURT_ME_PLENTY, "configuration:", pprint.pformat(config))
|
||||
|
||||
# interactive input
|
||||
if len(args)==0:
|
||||
|
|
|
|||
Loading…
Reference in a new issue