mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Reset the group id for every pull
This commit is contained in:
parent
631aa99d92
commit
d686aba9ae
1 changed files with 3 additions and 0 deletions
|
|
@ -172,6 +172,9 @@ class MailFetcher(Loggable):
|
|||
|
||||
if self._enabled:
|
||||
|
||||
# Reset the grouping id for each fetch
|
||||
self.logging_group = uuid.uuid4()
|
||||
|
||||
self.log("info", "Checking mail")
|
||||
|
||||
for message in self._get_messages():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue