bugs fix for galaxy macau

master
CHUN YU YAO 2023-03-04 09:53:54 +08:00
parent d9289fa907
commit 8b01d3ac21
3 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@ import argparse
import ssl import ssl
ssl._create_default_https_context = ssl._create_unverified_context ssl._create_default_https_context = ssl._create_unverified_context
CONST_APP_VERSION = u"MaxBot (2023.02.28)" CONST_APP_VERSION = u"MaxBot (2023.03.03)"
CONST_HOMEPAGE_DEFAULT = "https://tixcraft.com" CONST_HOMEPAGE_DEFAULT = "https://tixcraft.com"
URL_GOOGLE_OAUTH = 'https://accounts.google.com/o/oauth2/v2/auth/oauthchooseaccount?redirect_uri=https%3A%2F%2Fdevelopers.google.com%2Foauthplayground&prompt=consent&response_type=code&client_id=407408718192.apps.googleusercontent.com&scope=email&access_type=offline&flowName=GeneralOAuthFlow' URL_GOOGLE_OAUTH = 'https://accounts.google.com/o/oauth2/v2/auth/oauthchooseaccount?redirect_uri=https%3A%2F%2Fdevelopers.google.com%2Foauthplayground&prompt=consent&response_type=code&client_id=407408718192.apps.googleusercontent.com&scope=email&access_type=offline&flowName=GeneralOAuthFlow'
@ -7076,7 +7076,7 @@ def hkticketing_main(driver, url, config_dict, hkticketing_dict):
date_auto_select_enable = config_dict["tixcraft"]["date_auto_select"]["enable"] date_auto_select_enable = config_dict["tixcraft"]["date_auto_select"]["enable"]
if date_auto_select_enable: if date_auto_select_enable:
if not hkticketing_dict["is_date_submiting"]: if not hkticketing_dict["is_date_submiting"]:
#hkticketing_dict["is_date_submiting"] = hkticketing_show(driver, config_dict) hkticketing_dict["is_date_submiting"] = hkticketing_show(driver, config_dict)
pass pass
# https://premier.hkticketing.com/events/XXX/venues/KSH/performances/XXX/tickets # https://premier.hkticketing.com/events/XXX/venues/KSH/performances/XXX/tickets
@ -7091,7 +7091,7 @@ def hkticketing_main(driver, url, config_dict, hkticketing_dict):
domain_name = url.split('/')[2] domain_name = url.split('/')[2]
area_auto_select_enable = config_dict["tixcraft"]["area_auto_select"]["enable"] area_auto_select_enable = config_dict["tixcraft"]["area_auto_select"]["enable"]
if area_auto_select_enable: if area_auto_select_enable:
#hkticketing_performance(driver, config_dict, domain_name) hkticketing_performance(driver, config_dict, domain_name)
pass pass
if '/seatmap' in url: if '/seatmap' in url:

View File

@ -19,7 +19,7 @@ import json
import webbrowser import webbrowser
import base64 import base64
CONST_APP_VERSION = u"MaxBot (2023.02.24)" CONST_APP_VERSION = u"MaxBot (2023.03.03)"
CONST_LAUNCHER_CONFIG_FILENAME = "config_launcher.json" CONST_LAUNCHER_CONFIG_FILENAME = "config_launcher.json"

View File

@ -20,7 +20,7 @@ import webbrowser
import pyperclip import pyperclip
import base64 import base64
CONST_APP_VERSION = u"MaxBot (2023.03.02)" CONST_APP_VERSION = u"MaxBot (2023.03.03)"
CONST_SETTINGS_CONFIG_FILENAME = "settings.json" CONST_SETTINGS_CONFIG_FILENAME = "settings.json"