From e495c629c29858612123086bbe3b4b0b48b0092f Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 14 Aug 2023 11:18:14 +0800 Subject: [PATCH] ch --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index ec8ef38..1303fe6 100644 --- a/settings.py +++ b/settings.py @@ -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.07)" +CONST_APP_VERSION = "MaxBot (2023.08.10)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"