mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-05 07:20:13 +01:00
Fix indent
This commit is contained in:
parent
30b3382af8
commit
b87b210bfc
@ -517,7 +517,7 @@ def create_app(args):
|
||||
return jsonify(
|
||||
{
|
||||
"translatedText": unescape(translated_text),
|
||||
"detectedLanguage": source_langs[0]
|
||||
"detectedLanguage": source_langs[0]
|
||||
}
|
||||
)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user