2023-08-21, update for ibon.

master
CHUN YU YAO 2023-08-26 00:50:36 +08:00
parent 8a92cb088a
commit 7d7d693a2c
4 changed files with 292 additions and 266 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@ import base64
import threading
import subprocess
CONST_APP_VERSION = "MaxBot (2023.08.17)"
CONST_APP_VERSION = "MaxBot (2023.08.21)"
CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json"
CONST_MAXBOT_CONFIG_FILE = "settings.json"

View File

@ -34,7 +34,7 @@ warnings.simplefilter('ignore',InsecureRequestWarning)
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
CONST_APP_VERSION = "MaxBot (2023.08.20)"
CONST_APP_VERSION = "MaxBot (2023.08.21)"
CONST_MAXBOT_CONFIG_FILE = "settings.json"
CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"

View File

@ -28,7 +28,7 @@ import asyncio
import tornado
from tornado.web import Application
CONST_APP_VERSION = "MaxBot (2023.08.17)"
CONST_APP_VERSION = "MaxBot (2023.08.21)"
CONST_MAXBOT_QUESTION_FILE = "MAXBOT_QUESTION.txt"