nhathuy07 commited on
Commit
0ace5b7
·
verified ·
1 Parent(s): b3b29cf

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -130,7 +130,7 @@ async def __remove_temp(request):
130
 
131
  return PlainTextResponse("", 200)
132
 
133
- async def __convert_text(input, type_out="plain", type_in):
134
 
135
  # Create a subprocess
136
  process = await asyncio.create_subprocess_exec(
 
130
 
131
  return PlainTextResponse("", 200)
132
 
133
+ async def __convert_text(input, type_out="plain", type_in="html"):
134
 
135
  # Create a subprocess
136
  process = await asyncio.create_subprocess_exec(