Skip to content

Commit

Permalink
solving errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AthulyaMS committed Oct 13, 2023
1 parent 3e213ca commit 54e548f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/routers/filehandling_apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
input_usfm.USFM, output_format, content_filter, chapter)

0 comments on commit 54e548f

Please sign in to comment.