2023-07-03
parent
85656d7899
commit
54a7758b6f
|
@ -22,7 +22,7 @@ import base64
|
||||||
import threading
|
import threading
|
||||||
import subprocess
|
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_LAUNCHER_FILE = "config_launcher.json"
|
||||||
CONST_MAXBOT_CONFIG_FILE = "settings.json"
|
CONST_MAXBOT_CONFIG_FILE = "settings.json"
|
||||||
|
|
|
@ -1529,12 +1529,7 @@ def PreferenctTab(root, config_dict, language_code, UI_PADDING_X):
|
||||||
print("python version", platform.python_version())
|
print("python version", platform.python_version())
|
||||||
print("platform", platform.platform())
|
print("platform", platform.platform())
|
||||||
|
|
||||||
# for kktix
|
|
||||||
print("==[kktix]==")
|
|
||||||
print(config_dict["kktix"])
|
|
||||||
|
|
||||||
# for tixcraft
|
# for tixcraft
|
||||||
print("==[tixcraft]==")
|
|
||||||
print(config_dict["tixcraft"])
|
print(config_dict["tixcraft"])
|
||||||
|
|
||||||
global lbl_homepage
|
global lbl_homepage
|
||||||
|
|
Loading…
Reference in New Issue