the document classifier is now stateless

This commit is contained in:
Jonas Winkler
2020-10-29 14:33:42 +01:00
parent 9198989e30
commit 6ce493e3a7
4 changed files with 12 additions and 19 deletions

View File

@@ -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,