mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Merge pull request #129 from phryneas/patch-1
wait until file is completely transmitted
This commit is contained in:
commit
8d992335f3
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user