mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
the document classifier is now stateless
This commit is contained in:
@@ -84,9 +84,6 @@ class Command(Renderable, BaseCommand):
|
||||
"Processing document {}".format(document.title)
|
||||
)
|
||||
|
||||
if classifier:
|
||||
classifier.update(document)
|
||||
|
||||
if options['correspondent']:
|
||||
set_correspondent(
|
||||
sender=None,
|
||||
|
Reference in New Issue
Block a user