diff --git a/archivebox/core/views.py b/archivebox/core/views.py index 306a8214..644b0803 100644 --- a/archivebox/core/views.py +++ b/archivebox/core/views.py @@ -125,7 +125,7 @@ class SnapshotView(View): f'Snapshot [{snapshot.timestamp}] exists in DB, but resource {snapshot.timestamp}/' '{}' f' does not exist in the snapshot dir yet.

' - 'It's possible that this resource type is not available for the Snapshot,
or that the archiving process has not completed yet.
' + 'It\'s possible that this resource type is not available for the Snapshot,
or that the archiving process has not completed yet.
' f'
# if interrupted, run this cmd to finish archiving this Snapshot
archivebox update -t timestamp {snapshot.timestamp}


' '
' 'Next steps:
'