Update CHERWIN_TOOLS.py

This commit is contained in:
zjk2017
2024-09-03 01:46:23 +08:00
committed by GitHub
parent 0b6925c325
commit e77f295279

View File

@@ -366,9 +366,9 @@ def RESTART_SCRIPT(RESTART_SCRIPT_NAME):
def CHECK():
global CHERWIN_SCRIPT_CONFIG
print('>>>>>>>开始获取版本信息...')
baseurl = 'https://github.com/zjk2017/ArcadiaScriptPublic/raw/main/'
baseurl = 'https://github.com/zjk2017/ArcadiaScriptPublic/raw/main/qianyi/'
TOOLS_NAME = 'CHERWIN_TOOLS.py'
server_script_url = f'https://github.com/zjk2017/ArcadiaScriptPublic/raw/main/{TOOLS_NAME}'
server_script_url = f'https://github.com/zjk2017/ArcadiaScriptPublic/raw/main/qianyi/{TOOLS_NAME}'
try:
response = requests.get(f'{baseurl}CHERWIN_SCRIPT_CONFIG.json', verify=False, timeout=10.0)