mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +00:00
Fix indent
This commit is contained in:
parent
30b3382af8
commit
b87b210bfc
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ def create_app(args):
|
||||||
return jsonify(
|
return jsonify(
|
||||||
{
|
{
|
||||||
"translatedText": unescape(translated_text),
|
"translatedText": unescape(translated_text),
|
||||||
"detectedLanguage": source_langs[0]
|
"detectedLanguage": source_langs[0]
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue