From fae1366b1abf4ff525427fe40f435f078cef184c Mon Sep 17 00:00:00 2001 From: yuxian Date: Wed, 12 Jan 2022 15:47:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E6=98=93=E4=BA=91=E6=B8=B8=E6=88=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other_scripts/oc_163game.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/other_scripts/oc_163game.py b/other_scripts/oc_163game.py index 47010f7..01caa70 100644 --- a/other_scripts/oc_163game.py +++ b/other_scripts/oc_163game.py @@ -27,10 +27,9 @@ class Game163: def main(self): msg_all = "" - for check_item in self.check_items: - authorization = str(check_item.get("authorization")) - msg = self.checkin(authorization=authorization) - msg_all += msg + "\n\n" + authorization = str(check_item.get("authorization")) + msg = self.checkin(authorization=authorization) + msg_all += msg + "\n\n" return msg_all