From c05d7202e2761d72cbb1eb1a3c2631d3c46e0371 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 26 Jun 2023 10:26:13 +0800 Subject: [PATCH] change version code --- text_server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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