added exception and testcase for comic that loads the page but not images

This commit is contained in:
Bryan Bailey
2022-03-31 10:37:08 -04:00
parent 75137f85d7
commit e8ddad67ab
8 changed files with 58 additions and 89 deletions

3
pyproject.toml Normal file
View File

@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=42.0", "wheel"]
build-backend = "setuptools.build_meta"