kopia lustrzana https://github.com/bellingcat/auto-archiver
7 wiersze
166 B
Python
7 wiersze
166 B
Python
|
|
import tempfile
|
||
|
|
|
||
|
|
from auto_archiver.core.context import ArchivingContext
|
||
|
|
|
||
|
|
|
||
|
|
ArchivingContext.reset(full_reset=True)
|
||
|
|
ArchivingContext.set_tmp_dir(tempfile.gettempdir())
|