|
|
|
@ -27,10 +27,9 @@ class Game163:
@@ -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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|