mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 12:10:37 +00:00
fix internal error call
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3314 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
694f05405a
commit
e211d3fd6c
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ class UrlBase (object):
|
|||
except KeyboardInterrupt:
|
||||
raise
|
||||
except:
|
||||
linkcheck.director.status.internal_error()
|
||||
linkcheck.director.console.internal_error()
|
||||
|
||||
def add_country_info (self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue