From f6553383eacedb1e73cd8782bd8cc2798152b5ad Mon Sep 17 00:00:00 2001 From: CHUN YU YAO Date: Fri, 14 Apr 2023 22:51:19 +0800 Subject: [PATCH] 2023-04-12, fix for ticket-plus --- chrome_tixcraft.py | 2 +- config_launcher.py | 2 +- settings.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome_tixcraft.py b/chrome_tixcraft.py index 4330ac7..a3abcab 100644 --- a/chrome_tixcraft.py +++ b/chrome_tixcraft.py @@ -53,7 +53,7 @@ import argparse import ssl ssl._create_default_https_context = ssl._create_unverified_context -CONST_APP_VERSION = u"MaxBot (2023.04.11)" +CONST_APP_VERSION = u"MaxBot (2023.04.12)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt" diff --git a/config_launcher.py b/config_launcher.py index a279a81..73ccbd1 100644 --- a/config_launcher.py +++ b/config_launcher.py @@ -22,7 +22,7 @@ import base64 import threading import subprocess -CONST_APP_VERSION = u"MaxBot (2023.04.11)" +CONST_APP_VERSION = u"MaxBot (2023.04.12)" CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json" CONST_MAXBOT_CONFIG_FILE = "settings.json" diff --git a/settings.py b/settings.py index 8fc0c30..2be4d56 100644 --- a/settings.py +++ b/settings.py @@ -24,7 +24,7 @@ import time import threading import subprocess -CONST_APP_VERSION = u"MaxBot (2023.04.11)" +CONST_APP_VERSION = u"MaxBot (2023.04.12)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"