mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-01 01:46:16 +00:00
the document classifier is now stateless
This commit is contained in:
@@ -182,7 +182,6 @@ class Consumer:
|
||||
|
||||
try:
|
||||
self.classifier.reload()
|
||||
self.classifier.update(document)
|
||||
classifier = self.classifier
|
||||
except FileNotFoundError:
|
||||
logging.getLogger(__name__).warning("Cannot classify documents, "
|
||||
|
Reference in New Issue
Block a user