Browse Source

网易云游戏

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

1
other_scripts/oc_163game.py

@ -27,7 +27,6 @@ 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"

Loading…
Cancel
Save