mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-31 10:37:12 -04:00 
			
		
		
		
	wait until file is completely transmitted
negation was missing for feature to be active, see #128
This commit is contained in:
		
							parent
							
								
									c1ed4e8238
								
							
						
					
					
						commit
						018efc576b
					
				| @ -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