diff --git a/src/TranslationServer.py b/src/TranslationServer.py index c785f16..d71a63a 100644 --- a/src/TranslationServer.py +++ b/src/TranslationServer.py @@ -47,10 +47,10 @@ def init_mode(args): RUN_MODE = args.mode.lower() if RUN_MODE == "dict": dict_mode() - print "# Server started in dictionary mode. Requests will be accepted for translation of texts and download bundles.\n# Endpoints '/translate' and '/sign' are available." + print "# Server started in dictionary mode. Requests will be accepted for translation of texts and download bundles.\n# Endpoints '/translate' and '//' are available." elif RUN_MODE == "full": full_mode() - 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 '/statistics' are available." + 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', '//' and '/statistics' are available." elif RUN_MODE == "translate": print "# Server started in translation mode.\n# Only endpoint '/translate' available." -- libgit2 0.21.2