mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 13:14:24 -04:00
fix Binary overrides getting wiped after init
This commit is contained in:
parent
a18857dbb9
commit
8d4ace017d
3 changed files with 26 additions and 8 deletions
archivebox/plugantic
|
@ -43,6 +43,7 @@ class BaseBinProvider(BinProvider):
|
|||
|
||||
class BaseBinary(Binary):
|
||||
binproviders_supported: List[InstanceOf[BinProvider]] = Field(default_factory=list, alias='binproviders')
|
||||
provider_overrides: Dict[BinProviderName, ProviderLookupDict] = Field(default_factory=dict, alias='overrides')
|
||||
|
||||
def register(self, settings, parent_plugin=None):
|
||||
if settings is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue