2023-06-14

master
CHUN YU YAO 2023-06-14 21:45:12 +08:00
parent 5cbe8a72c5
commit 0ca06ea651
3 changed files with 3 additions and 6 deletions

View File

@ -54,7 +54,7 @@ import itertools
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
CONST_APP_VERSION = "MaxBot (2023.6.13)"
CONST_APP_VERSION = "MaxBot (2023.6.14)"
CONST_MAXBOT_CONFIG_FILE = "settings.json"
CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"
@ -2038,9 +2038,6 @@ def get_tixcraft_target_area(el, config_dict, area_keyword_list):
if area_auto_select_mode == CONST_FROM_TOP_TO_BOTTOM:
print("only need first item, break area list loop.")
break
if show_debug_message:
print("row_text:" + row_text)
print("match:" + area_keyword)
if len(matched_blocks) == 0:
matched_blocks = None

View File

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

View File

@ -25,7 +25,7 @@ import threading
import subprocess
import json
CONST_APP_VERSION = "MaxBot (2023.6.13)"
CONST_APP_VERSION = "MaxBot (2023.6.14)"
CONST_MAXBOT_CONFIG_FILE = "settings.json"
CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"