Update main.py
This commit is contained in:
parent
04fcb46658
commit
1353c8abc5
2
main.py
2
main.py
|
@ -94,7 +94,7 @@ def qqsend(QQKEY, message):
|
|||
r.get(url=qq_url)
|
||||
|
||||
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:
|
||||
r.get(url=pp_url)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user