mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-15 10:13:15 -05:00
pre-commit hooks
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
This commit is contained in:
parent
e89ef5de25
commit
37b3fde4e1
@ -4,6 +4,8 @@ import shutil
|
|||||||
import tempfile
|
import tempfile
|
||||||
|
|
||||||
import tqdm
|
import tqdm
|
||||||
|
from asgiref.sync import async_to_sync
|
||||||
|
from channels.layers import get_channel_layer
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.db.models.signals import post_save
|
from django.db.models.signals import post_save
|
||||||
from documents import index
|
from documents import index
|
||||||
@ -21,8 +23,6 @@ from pdf2image import convert_from_path
|
|||||||
from pikepdf import Pdf
|
from pikepdf import Pdf
|
||||||
from pyzbar import pyzbar
|
from pyzbar import pyzbar
|
||||||
from whoosh.writing import AsyncWriter
|
from whoosh.writing import AsyncWriter
|
||||||
from asgiref.sync import async_to_sync
|
|
||||||
from channels.layers import get_channel_layer
|
|
||||||
|
|
||||||
# barcode decoder
|
# barcode decoder
|
||||||
|
|
||||||
@ -213,7 +213,7 @@ def consume_file(
|
|||||||
"current_progress": 100,
|
"current_progress": 100,
|
||||||
"max_progress": 100,
|
"max_progress": 100,
|
||||||
"status": "SUCCESS",
|
"status": "SUCCESS",
|
||||||
"message": "finished"
|
"message": "finished",
|
||||||
}
|
}
|
||||||
async_to_sync(get_channel_layer().group_send)(
|
async_to_sync(get_channel_layer().group_send)(
|
||||||
"status_updates",
|
"status_updates",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user