mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 15:27:53 +10:00
fix infinite recursion on pydantic instantiation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user