Commit 8f384dc33fef36623bdc8a103e4f12206e66e730
1 parent
b74d8db0
Exists in
devel
Corrige descrição do modo 'full'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/TranslationServer.py
... | ... | @@ -47,7 +47,7 @@ def init_mode(args): |
47 | 47 | print "# Server started in dictionary mode. Requests will be accepted for translation of texts and download bundles.\n# Endpoints '/translate' and '/sign' are available." |
48 | 48 | elif RUN_MODE == "full": |
49 | 49 | full_mode() |
50 | - print "# Server started in full mode. Requests will be accepted for translation of texts, download bundles. All bundles requests will be stored in a database.\n# Endpoints '/translate', '/sign' and '/info' are available." | |
50 | + print "# Server started in full mode. Requests will be accepted for translation of texts, download bundles. All bundles requests will be stored in a database.\n# Endpoints '/translate', '/sign' are available." | |
51 | 51 | elif RUN_MODE == "translate": |
52 | 52 | print "# Server started in translation mode.\n# Only endpoint '/translate' available." |
53 | 53 | ... | ... |