Browse Source

网易云游戏

pull/15/head
yuxian 3 years ago
parent
commit
fae1366b1a
  1. 7
      other_scripts/oc_163game.py

7
other_scripts/oc_163game.py

@ -27,10 +27,9 @@ class Game163:
def main(self): def main(self):
msg_all = "" msg_all = ""
for check_item in self.check_items: authorization = str(check_item.get("authorization"))
authorization = str(check_item.get("authorization")) msg = self.checkin(authorization=authorization)
msg = self.checkin(authorization=authorization) msg_all += msg + "\n\n"
msg_all += msg + "\n\n"
return msg_all return msg_all

Loading…
Cancel
Save