Skip to content

Commit

Permalink
A horrifying implementation that passes tests
Browse files Browse the repository at this point in the history
We can refine from here. Lots of bad things that need cleanup, and, well, maybe just too much stuff in general.
  • Loading branch information
Mr0grog committed Dec 16, 2023
1 parent 2ebaf27 commit 3fb2b0c
Show file tree
Hide file tree
Showing 4 changed files with 571 additions and 140 deletions.
4 changes: 4 additions & 0 deletions wayback/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
__version__ = get_versions()['version']
del get_versions

# XXX: Just for testing! Must remove before merge.
import logging # noqa
logging.getLogger("urllib3").setLevel(logging.DEBUG)

from ._utils import memento_url_data, RateLimit # noqa

from ._models import ( # noqa
Expand Down
Loading

0 comments on commit 3fb2b0c

Please sign in to comment.