From b55656a44937d143cf6651a956cac4aff2421ea2 Mon Sep 17 00:00:00 2001 From: Pesy Wu Date: Fri, 19 May 2023 07:08:19 +0000 Subject: [PATCH] Multi-accounts #9 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 34ae40b..5a800f0 100644 --- a/main.py +++ b/main.py @@ -48,7 +48,7 @@ try: version = json.loads(ver_info)['data']['game']['latest']['version'] print(f'从官方API获取到云·原神最新版本号:{version}') except: - version = '3.8.0' + version = '3.0.0' NotificationURL = 'https://api-cloudgame.mihoyo.com/hk4e_cg_cn/gamer/api/listNotifications?status=NotificationStatusUnread&type=NotificationTypePopup&is_sort=true' WalletURL = 'https://api-cloudgame.mihoyo.com/hk4e_cg_cn/wallet/wallet/get'