aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/ia.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-06-17 11:11:25 -0700
committerBryan Newbold <bnewbold@archive.org>2020-06-17 11:11:25 -0700
commit82c7ec45dfbaa83e3b29b968846016cc6ae8e87f (patch)
tree2f7b3ad5cf165780b78d4a47369b31ff63584c96 /python/sandcrawler/ia.py
parent3287f08a788107815f366019060a7cbcfe9505d2 (diff)
downloadsandcrawler-82c7ec45dfbaa83e3b29b968846016cc6ae8e87f.tar.gz
sandcrawler-82c7ec45dfbaa83e3b29b968846016cc6ae8e87f.zip
pdf: mypy and typo fixes
Diffstat (limited to 'python/sandcrawler/ia.py')
-rw-r--r--python/sandcrawler/ia.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/ia.py b/python/sandcrawler/ia.py
index 24ff619..49f5ad4 100644
--- a/python/sandcrawler/ia.py
+++ b/python/sandcrawler/ia.py
@@ -11,7 +11,7 @@ from collections import namedtuple
import http.client
# not sure this will really work. Should go before wayback imports.
-http.client._MAXHEADERS = 1000
+http.client._MAXHEADERS = 1000 # type: ignore
import wayback.exception
from http.client import IncompleteRead