mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-31 23:08:25 -04:00
improve version detection
This commit is contained in:
parent
b913e6f426
commit
66cd711df9
3 changed files with 27 additions and 13 deletions
|
@ -102,7 +102,7 @@ class BaseHook(BaseModel):
|
|||
def register(self, settings):
|
||||
"""Called when django.apps.AppConfig.ready() is called"""
|
||||
|
||||
print("REGISTERED HOOK:", self.hook_module)
|
||||
# print("REGISTERED HOOK:", self.hook_module)
|
||||
self._is_registered = True
|
||||
|
||||
|
||||
|
|
|
@ -132,8 +132,8 @@ class BasePlugin(BaseModel):
|
|||
self._is_registered = True
|
||||
bump_startup_progress_bar()
|
||||
|
||||
print('◣----------------- REGISTERED PLUGIN:', self.plugin_module, '-----------------◢')
|
||||
print()
|
||||
# print('◣----------------- REGISTERED PLUGIN:', self.plugin_module, '-----------------◢')
|
||||
# print()
|
||||
|
||||
@abx.hookimpl
|
||||
def ready(self, settings=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue