From 7ff1ee47d58b6ba10dd7600f470eada26365d045 Mon Sep 17 00:00:00 2001 From: ImAyx Date: Fri, 17 Mar 2023 19:06:11 +0800 Subject: [PATCH] Fix fake fails --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c267b32..0450b41 100644 --- a/main.py +++ b/main.py @@ -105,7 +105,7 @@ if __name__ == '__main__': success = True Signed = True Over = False - elif json.loads(json.loads(res.text)['data']['list'][0]['msg']) == {"num": 15, "over_num": 0, "type": 2, "msg": "每日登录奖励"}: + elif json.loads(json.loads(res.text)['data']['list'][0]['msg']) == {"num": 15, "over_num": 0, "type": 2, "msg": "每日登录奖励", "func_type": 1}: success = True Signed = False Over = False