mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 15:27:53 +10:00
9 lines
186 B
Python
9 lines
186 B
Python
from abx_spec_config.base_configset import BaseConfigSet
|
|
|
|
|
|
class ArchivedotorgConfig(BaseConfigSet):
|
|
SAVE_ARCHIVE_DOT_ORG: bool = True
|
|
|
|
|
|
ARCHIVEDOTORG_CONFIG = ArchivedotorgConfig()
|