Update main.py

This commit is contained in:
Pesy Wu 2020-12-17 17:16:27 +08:00 committed by GitHub
parent 608cc99470
commit aa1c115bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,6 +133,8 @@ if __name__ == "__main__":
失败数量{1}/{2}
具体情况如下
{3}
GamerNoTitle: https://bili33.top
网易云游戏自动签到脚本: https://github.com/GamerNoTitle/wyycg-autocheckin
'''.format(len(success), len(failure), len(cookies), outputmsg)
scinfomsg = '''
感谢使用来自<a herf='https://bili33.top'>GamerNoTitle</a><a herf='https://github.com/GamerNoTitle/wyycg-autocheckin'>网易云游戏自动签到脚本</a><br>
@ -141,6 +143,8 @@ if __name__ == "__main__":
失败数量{1}/{2}<br>
具体情况如下<br>
{3}
GamerNoTitle: https://bili33.top
网易云游戏自动签到脚本: https://github.com/GamerNoTitle/wyycg-autocheckin
'''.format(len(success), len(failure), len(cookies), outputmsg)
scsend(sckey, scinfomsg)