2023-09-12, support multi-question mode

master
CHUN YU YAO 2023-10-08 15:16:33 +08:00
parent 014a3f5868
commit 5fdd2131ab
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"