fix abid generation migrations to be historically consistent

This commit is contained in:
Nick Sweeting 2024-08-20 01:58:19 -07:00
parent 506b3d28d4
commit 9273db528e
No known key found for this signature in database
6 changed files with 99 additions and 31 deletions

View file

@ -181,6 +181,7 @@ class SnapshotView(View):
except (IndexError, ValueError):
slug, archivefile = path.split('/', 1)[0], 'index.html'
# slug is a timestamp
if slug.replace('.','').isdigit():