mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-21 18:35:23 -04:00
fix infinite recursion on pydantic instantiation
This commit is contained in:
parent
cfe5798ade
commit
ab517d9848
3 changed files with 4 additions and 4 deletions
archivebox/plugantic
|
@ -111,7 +111,7 @@ class BasePlugin(BaseModel):
|
|||
for hook in self.hooks:
|
||||
hook.register(settings, parent_plugin=self)
|
||||
|
||||
print('√ REGISTERED PLUGIN:', self.plugin_module)
|
||||
# print('√ REGISTERED PLUGIN:', self.plugin_module)
|
||||
|
||||
# @validate_call
|
||||
# def install_binaries(self) -> Self:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue