Skip to content

Commit

Permalink
revive ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lindahl committed Sep 1, 2024
1 parent 57afc5a commit 1d78e76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cdx_toolkit/myrequests.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def myrequests_get(url, params=None, headers=None, cdx=False, allow404=False):
while retry:
try:
LOGGER.debug('getting %s %r', url, params)
time.sleep(3.0) # XXX
resp = requests.get(url, params=params, headers=headers,
timeout=(30., 30.), allow_redirects=False)
if cdx and resp.status_code in {400, 404}:
Expand Down

0 comments on commit 1d78e76

Please sign in to comment.