mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-11 12:48:28 +03:00
7 lines
166 B
Python
7 lines
166 B
Python
import tempfile
|
|
|
|
from auto_archiver.core.context import ArchivingContext
|
|
|
|
|
|
ArchivingContext.reset(full_reset=True)
|
|
ArchivingContext.set_tmp_dir(tempfile.gettempdir()) |