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