mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
rename TAG_SEPARATORS to TAG_SEPARATOR_PATTERN
This commit is contained in:
parent
049f88def9
commit
fc3d2bb4dc
3 changed files with 5 additions and 5 deletions
|
@ -98,7 +98,7 @@ class ConfigDict(BaseConfig, total=False):
|
|||
WGET_ARGS: List[str]
|
||||
CURL_ARGS: List[str]
|
||||
GIT_ARGS: List[str]
|
||||
TAG_SEPARATORS: str
|
||||
TAG_SEPARATOR_PATTERN: str
|
||||
|
||||
|
||||
ConfigDefaultValueGetter = Callable[[ConfigDict], ConfigValue]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue