mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-07 19:08:30 +03:00
6 lines
165 B
Python
6 lines
165 B
Python
import tempfile
|
|
|
|
from auto_archiver.core.context import ArchivingContext
|
|
|
|
ArchivingContext.reset(full_reset=True)
|
|
ArchivingContext.set_tmp_dir(tempfile.gettempdir()) |