mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-30 06:25:28 -04:00
fix extractor path calculation
This commit is contained in:
parent
8498ca5c64
commit
276a505cae
2 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@ BUILTIN_PLUGIN_DIRS = {
|
|||
'plugins_extractor': PACKAGE_DIR / 'plugins_extractor',
|
||||
}
|
||||
USER_PLUGIN_DIRS = {
|
||||
'user_plugins': DATA_DIR / 'user_plugins',
|
||||
'user_plugins': DATA_DIR / 'user_plugins',
|
||||
}
|
||||
|
||||
BUILTIN_PLUGINS = abx.get_plugins_in_dirs(BUILTIN_PLUGIN_DIRS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue