Spaces:
Running
Running
Update main.py
Browse files
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(
|