remove unused exc variable

This commit is contained in:
Maxim Kurnikov 2019-02-22 14:17:49 +03:00
parent f77b8ca051
commit 7977443556
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ def _get_html_page(link, session=None):
try:
resp = _get_html_response(url, session=session)
except _NotHTTP as exc:
except _NotHTTP:
logger.debug(
'Skipping page %s because it looks like an archive, and cannot '
'be checked by HEAD.', link,