From 5fdd2131ab36a14e7f4ed8ab7c7a3a55b6d9e3ae Mon Sep 17 00:00:00 2001 From: CHUN YU YAO Date: Sun, 8 Oct 2023 15:16:33 +0800 Subject: [PATCH] 2023-09-12, support multi-question mode --- config_launcher.py | 2 +- text_server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config_launcher.py b/config_launcher.py index 5599d2e..70f11a2 100644 --- a/config_launcher.py +++ b/config_launcher.py @@ -22,7 +22,7 @@ import base64 import threading import subprocess -CONST_APP_VERSION = "MaxBot (2023.09.11)" +CONST_APP_VERSION = "MaxBot (2023.09.12)" CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json" CONST_MAXBOT_CONFIG_FILE = "settings.json" diff --git a/text_server.py b/text_server.py index a9b0795..6f6782c 100644 --- a/text_server.py +++ b/text_server.py @@ -28,7 +28,7 @@ import asyncio import tornado from tornado.web import Application -CONST_APP_VERSION = "MaxBot (2023.09.11)" +CONST_APP_VERSION = "MaxBot (2023.09.12)" CONST_MAXBOT_QUESTION_FILE = "MAXBOT_QUESTION.txt"