From a4c37f2dd075c38631860431d5a0ce39a7b9ade4 Mon Sep 17 00:00:00 2001 From: CHUN YU YAO Date: Sat, 11 Nov 2023 15:23:43 +0800 Subject: [PATCH] update to 2023-11-10 --- chrome_tixcraft.py | 3 +-- config_launcher.py | 2 +- settings.py | 2 +- text_server.py | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/chrome_tixcraft.py b/chrome_tixcraft.py index 137b825..74f9eaf 100644 --- a/chrome_tixcraft.py +++ b/chrome_tixcraft.py @@ -55,7 +55,7 @@ import webbrowser import chromedriver_autoinstaller -CONST_APP_VERSION = "MaxBot (2023.11.09)" +CONST_APP_VERSION = "MaxBot (2023.11.10)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt" @@ -772,7 +772,6 @@ def get_driver_by_config(config_dict): ,'*googletagmanager.*' ,'*googletagservices.*' ,'*play.google.com/*' - ,'*fonts.googleapis.com/*' ,'*.googlesyndication.com/*' ,'*fundingchoicesmessages.google.com/*' ,'*.doubleclick.net/*' diff --git a/config_launcher.py b/config_launcher.py index 82870b2..bc62842 100644 --- a/config_launcher.py +++ b/config_launcher.py @@ -22,7 +22,7 @@ import sys import threading import webbrowser -CONST_APP_VERSION = "MaxBot (2023.11.05)" +CONST_APP_VERSION = "MaxBot (2023.11.10)" CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json" CONST_MAXBOT_CONFIG_FILE = "settings.json" diff --git a/settings.py b/settings.py index d2dc5ed..50134d7 100644 --- a/settings.py +++ b/settings.py @@ -34,7 +34,7 @@ import ssl ssl._create_default_https_context = ssl._create_unverified_context -CONST_APP_VERSION = "MaxBot (2023.11.09)" +CONST_APP_VERSION = "MaxBot (2023.11.10)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt" diff --git a/text_server.py b/text_server.py index dadfb6c..f4261dd 100644 --- a/text_server.py +++ b/text_server.py @@ -27,7 +27,7 @@ import pyperclip import tornado from tornado.web import Application -CONST_APP_VERSION = "MaxBot (2023.11.05)" +CONST_APP_VERSION = "MaxBot (2023.11.10)" CONST_MAXBOT_QUESTION_FILE = "MAXBOT_QUESTION.txt"