fix for a bug reported by m4l1c3 (AttributeError: 'NoneType' object has no attribute 'replace')

This commit is contained in:
Miroslav Stampar
2011-04-07 13:57:07 +00:00
parent 02eeeccd33
commit ae4ea0af45
2 changed files with 7 additions and 6 deletions

View File

@@ -1079,12 +1079,6 @@ def __setHTTPReferer():
conf.httpHeaders.append((HTTPHEADER.REFERER, conf.referer))
elif conf.level >= 3:
debugMsg = "setting the default HTTP Referer header"
logger.debug(debugMsg)
conf.httpHeaders.append((HTTPHEADER.REFERER, conf.url))
def __setHTTPCookies():
"""
Set the HTTP Cookie header