Skip to content

Commit

Permalink
Fix url capture failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jcushman committed Dec 2, 2024
1 parent 06d8951 commit e1182c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/nabit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# capture_http has to be imported before requests,
# so do it right at the the top of the library.
from warcio.capture_http import capture_http

from importlib.metadata import version, PackageNotFoundError

try:
Expand Down

0 comments on commit e1182c7

Please sign in to comment.