update to 2023-11-10

master
CHUN YU YAO 2023-11-11 15:23:43 +08:00
parent 98cc2a74ba
commit a4c37f2dd0
4 changed files with 4 additions and 5 deletions

View File

@ -55,7 +55,7 @@ import webbrowser
import chromedriver_autoinstaller 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_CONFIG_FILE = "settings.json"
CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"
@ -772,7 +772,6 @@ def get_driver_by_config(config_dict):
,'*googletagmanager.*' ,'*googletagmanager.*'
,'*googletagservices.*' ,'*googletagservices.*'
,'*play.google.com/*' ,'*play.google.com/*'
,'*fonts.googleapis.com/*'
,'*.googlesyndication.com/*' ,'*.googlesyndication.com/*'
,'*fundingchoicesmessages.google.com/*' ,'*fundingchoicesmessages.google.com/*'
,'*.doubleclick.net/*' ,'*.doubleclick.net/*'

View File

@ -22,7 +22,7 @@ import sys
import threading import threading
import webbrowser 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_LAUNCHER_FILE = "config_launcher.json"
CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_CONFIG_FILE = "settings.json"

View File

@ -34,7 +34,7 @@ import ssl
ssl._create_default_https_context = ssl._create_unverified_context 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_CONFIG_FILE = "settings.json"
CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"

View File

@ -27,7 +27,7 @@ import pyperclip
import tornado import tornado
from tornado.web import Application 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" CONST_MAXBOT_QUESTION_FILE = "MAXBOT_QUESTION.txt"