added a lock on a critical path when regenerating pages. this should allow all images to load correctly

This commit is contained in:
2021-04-09 11:29:03 +01:00
parent c1f5d80ff7
commit 1d5dcb90c0
10 changed files with 125 additions and 122 deletions

2
comic/errors.py Normal file
View File

@@ -0,0 +1,2 @@
class NotCompatibleArchive(Exception):
pass