mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 09:25:42 +10:00
tweak comment
This commit is contained in:
@@ -597,8 +597,8 @@ class Snapshot(ModelWithOutputDir, ModelWithConfig, ModelWithNotes, ModelWithHea
|
||||
Calculate storage path for specific filesystem version.
|
||||
Centralizes path logic so it's reusable.
|
||||
|
||||
0.7.x/0.8.x: archive/{timestamp}
|
||||
0.9.x: users/{username}/snapshots/YYYYMMDD/{domain}/{uuid}/
|
||||
0.7.x/0.8.x: data/archive/{timestamp}
|
||||
0.9.x: data/users/{username}/snapshots/YYYYMMDD/{domain}/{uuid}/
|
||||
"""
|
||||
from datetime import datetime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user