mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-21 06:41:00 +00:00
remove robotstxt
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@997 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
ad54ca88a4
commit
b2d6226b79
1 changed files with 0 additions and 3 deletions
|
|
@ -486,9 +486,6 @@ class Configuration (UserDict.UserDict):
|
|||
num = cfgparser.getint(section, "recursionlevel")
|
||||
self["recursionlevel"] = num
|
||||
except ConfigParser.Error, msg: debug(NIGHTMARE, msg)
|
||||
try:
|
||||
self["robotstxt"] = cfgparser.getboolean(section, "robotstxt")
|
||||
except ConfigParser.Error, msg: debug(NIGHTMARE, msg)
|
||||
try: self["strict"] = cfgparser.getboolean(section, "strict")
|
||||
except ConfigParser.Error, msg: debug(NIGHTMARE, msg)
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue