mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Reset the group id for every pull
This commit is contained in:
parent
631aa99d92
commit
d686aba9ae
@ -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…
x
Reference in New Issue
Block a user