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