mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +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:
|
if self._enabled:
|
||||||
|
|
||||||
|
# Reset the grouping id for each fetch
|
||||||
|
self.logging_group = uuid.uuid4()
|
||||||
|
|
||||||
self.log("info", "Checking mail")
|
self.log("info", "Checking mail")
|
||||||
|
|
||||||
for message in self._get_messages():
|
for message in self._get_messages():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue