From 2822219183ee4f4e8923690d92ae36dcb6321925 Mon Sep 17 00:00:00 2001 From: yuxian Date: Wed, 12 Jan 2022 16:04:53 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other_scripts/oc_163game.py b/other_scripts/oc_163game.py index 7673303..3da6138 100644 --- a/other_scripts/oc_163game.py +++ b/other_scripts/oc_163game.py @@ -29,7 +29,7 @@ class Game163: msg_all = "" authorization = str(self.check_items.get("authorization")) msg = self.checkin(authorization=authorization) - msg_all += msg + "\n\n" + msg_all += msg return msg_all