From 54e548feb4deb7ae0d3d49620a140d57fa18f308 Mon Sep 17 00:00:00 2001 From: AthulyaMS Date: Fri, 13 Oct 2023 14:02:50 +0530 Subject: [PATCH] solving errors --- app/routers/filehandling_apis.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/routers/filehandling_apis.py b/app/routers/filehandling_apis.py index c7846993..deed4d30 100644 --- a/app/routers/filehandling_apis.py +++ b/app/routers/filehandling_apis.py @@ -68,4 +68,5 @@ async def parse_uploaded_usfm(request:Request, log.info("In parse_uploaded_usfm router function") log.debug("output_format: %s, content_filter: %s", output_format, content_filter) return files_crud.parse_with_usfm_grammar( - input_usfm.USFM, output_format, content_filter, chapter) \ No newline at end of file + input_usfm.USFM, output_format, content_filter, chapter) + \ No newline at end of file