Update main.py

This commit is contained in:
Pesy Wu 2021-02-08 18:15:26 +08:00 committed by GitHub
parent 04fcb46658
commit 1353c8abc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ def qqsend(QQKEY, message):
r.get(url=qq_url) r.get(url=qq_url)
def ppsend(PPKEY, message): def ppsend(PPKEY, message):
pp_url = 'http://pushplus.hxtrip.com/send?token={}&title=XXX&content={}&template=html'.format(PPKEY, message) pp_url = 'http://pushplus.hxtrip.com/send?token={}&title=网易云游戏自动签到脚本&content={}&template=html'.format(PPKEY, message)
if pp_enable: if pp_enable:
r.get(url=pp_url) r.get(url=pp_url)