From 54a7758b6f028a2d123e44daff5e07d99d02823a Mon Sep 17 00:00:00 2001 From: CHUN YU YAO Date: Thu, 13 Jul 2023 23:48:12 +0800 Subject: [PATCH] 2023-07-03 --- config_launcher.py | 2 +- settings.py | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/config_launcher.py b/config_launcher.py index 6dcea40..81d8be3 100644 --- a/config_launcher.py +++ b/config_launcher.py @@ -22,7 +22,7 @@ import base64 import threading import subprocess -CONST_APP_VERSION = "MaxBot (2023.07.01)" +CONST_APP_VERSION = "MaxBot (2023.07.03)" CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json" CONST_MAXBOT_CONFIG_FILE = "settings.json" diff --git a/settings.py b/settings.py index 45f1029..6b86253 100644 --- a/settings.py +++ b/settings.py @@ -1529,12 +1529,7 @@ def PreferenctTab(root, config_dict, language_code, UI_PADDING_X): print("python version", platform.python_version()) print("platform", platform.platform()) - # for kktix - print("==[kktix]==") - print(config_dict["kktix"]) - # for tixcraft - print("==[tixcraft]==") print(config_dict["tixcraft"]) global lbl_homepage