mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-21 02:15:10 -04:00
fix serious bug with Actor.get_next updating all rows instead of only top row
This commit is contained in:
parent
18403b72f0
commit
148ea907bd
3 changed files with 26 additions and 16 deletions
|
@ -84,6 +84,7 @@ ARCHIVEBOX_BUILTIN_PLUGINS = {
|
|||
'config': PACKAGE_DIR / 'config',
|
||||
'core': PACKAGE_DIR / 'core',
|
||||
'crawls': PACKAGE_DIR / 'crawls',
|
||||
'queues': PACKAGE_DIR / 'queues',
|
||||
'seeds': PACKAGE_DIR / 'seeds',
|
||||
'actors': PACKAGE_DIR / 'actors',
|
||||
# 'search': PACKAGE_DIR / 'search',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue