mirror of
https://github.com/CHERWING/CHERWIN_SCRIPTS.git
synced 2024-11-22 09:04:11 +08:00
修复获取文章失败
This commit is contained in:
parent
1dddf3ad52
commit
f900611c7c
6
LSXDS.py
6
LSXDS.py
@ -165,8 +165,8 @@ class RUN:
|
||||
datas = {
|
||||
"categoryId": 0,
|
||||
"sort": 0,
|
||||
"pageNum": 10,
|
||||
"pageSize": 1
|
||||
"pageNum": 1,
|
||||
"pageSize": 10
|
||||
}
|
||||
data.update(datas)
|
||||
# print(data)
|
||||
@ -399,4 +399,4 @@ export SCRIPT_UPDATE = 'False' 关闭脚本自动更新,默认开启
|
||||
s.verify = False
|
||||
run_result = RUN(infos, index).main()
|
||||
if not run_result: continue
|
||||
if send: send(f'{APP_NAME}挂机通知', send_msg + TIPS_HTML)
|
||||
if send: send(f'{APP_NAME}挂机通知', send_msg + TIPS_HTML)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user