Skip to content

Commit

Permalink
fix for Retry with new requests library behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmjones committed Jul 28, 2018
1 parent c5f2425 commit 275dcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/seeds2warc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 275dcf6

Please sign in to comment.