From df66d9a9d927f93dd54e349376b5f0c350c5584f Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 2 Oct 2023 16:46:40 +0800 Subject: [PATCH] Update chrome_tixcraft.py --- chrome_tixcraft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome_tixcraft.py b/chrome_tixcraft.py index 7036a0f..f1e2bbb 100644 --- a/chrome_tixcraft.py +++ b/chrome_tixcraft.py @@ -55,7 +55,7 @@ import webbrowser import chromedriver_autoinstaller -CONST_APP_VERSION = "MaxBot (2023.09.04)" +CONST_APP_VERSION = "MaxBot (2023.09.05)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"