From 3e7314e08a3219a27410de4c56c45fe8f07eaf50 Mon Sep 17 00:00:00 2001 From: wd210010 <76995206+wd210010@users.noreply.github.com> Date: Sun, 16 Jul 2023 11:56:27 +0800 Subject: [PATCH] =?UTF-8?q?IKuuu=E6=9C=BA=E5=9C=BA=E7=AD=BE=E5=88=B0?= =?UTF-8?q?=E5=B8=90=E5=8F=B7=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ikuuu2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ikuuu2.py b/ikuuu2.py index 1eea8f8..e27cef0 100644 --- a/ikuuu2.py +++ b/ikuuu2.py @@ -27,8 +27,8 @@ def sign_in(email, passwd): body = {"email" : email,"passwd" : passwd,} headers = {'user-agent':'Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'} resp = requests.session() - resp.post(f'https://ikuuu.eu/auth/login', headers=headers, data=body) - ss = resp.post(f'https://ikuuu.eu/user/checkin').json() + resp.post(f'https://ikuuu.art/auth/login', headers=headers, data=body) + ss = resp.post(f'https://ikuuu.art/user/checkin').json() # print(ss) if 'msg' in ss: print(ss['msg'])