From 92b3d8d69c63488bbf0cf555ac1e8f83e8db3dd6 Mon Sep 17 00:00:00 2001 From: Hex Date: Sat, 25 Feb 2023 22:48:20 +0800 Subject: [PATCH] Update smzdm_checkin.py --- smzdm_checkin.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/smzdm_checkin.py b/smzdm_checkin.py index 3520cef..1ba9c8a 100644 --- a/smzdm_checkin.py +++ b/smzdm_checkin.py @@ -88,10 +88,10 @@ class SmzdmBot(object): 🏅积分{point} 🏅经验{exp} 🏅等级{rank} -🏅补签卡{cards}\n""" +🏅补签卡{cards}""" print(msg) - return sep + "\n" + msg + return sep + "\n" + msg + "\n" else: print("登录失败", resp.json()) msg += "登录失败\n" @@ -115,9 +115,9 @@ class SmzdmBot(object): ]["continue_checkin_reward_show"] break except Exception as e: - print(f"检查额外奖励失败: {e}") + print(f"检查额外奖励失败: {e}\n") if not continue_checkin_reward_show: - print("今天没有额外奖励") + print("今天没有额外奖励\n") return url = "https://user-api.smzdm.com/checkin/extra_reward" data = self._data()