设置FileStorage_path为非必须选项

This commit is contained in:
xaoyaoo 2023-12-21 21:00:44 +08:00
parent 2cd03e5078
commit 4724dfa377

View File

@ -17,4 +17,4 @@ VERSION_LIST_PATH = os.path.join(os.path.dirname(__file__), "version_list.json")
with open(VERSION_LIST_PATH, "r", encoding="utf-8") as f:
VERSION_LIST = json.load(f)
__version__ = "2.3.24"
__version__ = "2.3.25"