Browse Source

网易云游戏

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

2
other_scripts/oc_163game.py

@ -29,7 +29,7 @@ class Game163: @@ -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

Loading…
Cancel
Save