diff --git a/text_server.py b/text_server.py index 7d0717c..07a66bf 100644 --- a/text_server.py +++ b/text_server.py @@ -28,8 +28,8 @@ import asyncio import tornado from tornado.web import Application -CONST_APP_VERSION = "MaxBot (2023.6.22)" - +CONST_APP_VERSION = "MaxBot (2023.6.23)" + CONST_MAXBOT_QUESTION_FILE = "MAXBOT_QUESTION.txt" CONST_SERVER_PORT_DEFAULT = 8888