From 1353c8abc5f9c805c1e8dfd438439b14c9cfca28 Mon Sep 17 00:00:00 2001 From: Pesy Wu Date: Mon, 8 Feb 2021 18:15:26 +0800 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b729a8d..208ef96 100644 --- a/main.py +++ b/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)