Permalink
Browse files

fix for Retry with new requests library behavior

  • Loading branch information...
shawnmjones committed Jul 28, 2018
1 parent c5f2425 commit 275dcf648eba9f14c9e5c05df59488b196682492
Showing with 1 addition and 1 deletion.
  1. +1 −1 bin/seeds2warc
View
@@ -20,7 +20,7 @@ from warcio.statusandheaders import StatusAndHeaders
from requests_futures.sessions import FuturesSession
from requests.adapters import HTTPAdapter
from requests.packages.urllib3.util.retry import Retry
from urllib3.util.retry import Retry
import aiu

0 comments on commit 275dcf6

Please sign in to comment.