mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-05 18:58:34 -05:00
Merge pull request #129 from phryneas/patch-1
wait until file is completely transmitted
This commit is contained in:
@@ -100,7 +100,7 @@ class Consumer(object):
|
||||
if doc in self._ignore:
|
||||
continue
|
||||
|
||||
if self._is_ready(doc):
|
||||
if not self._is_ready(doc):
|
||||
continue
|
||||
|
||||
if self._is_duplicate(doc):
|
||||
|
Reference in New Issue
Block a user