mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Chore: Convert the consumer to a plugin (#6361)
This commit is contained in:
@@ -328,6 +328,7 @@ class DocumentParser(LoggingMixin):
|
||||
|
||||
def __init__(self, logging_group, progress_callback=None):
|
||||
super().__init__()
|
||||
self.renew_logging_group()
|
||||
self.logging_group = logging_group
|
||||
self.settings = self.get_settings()
|
||||
settings.SCRATCH_DIR.mkdir(parents=True, exist_ok=True)
|
||||
|
Reference in New Issue
Block a user