Skip to content

Commit

Permalink
Update czgmyd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LinxiDev authored Aug 24, 2023
1 parent 4830821 commit f8bf219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion czgmyd.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def read():
biz = re.findall("biz=(.*?)&",response["data"]["link"])
biz = base64.b64decode(biz[0]).decode('utf-8')
print(f"获取文章成功---{biz}---阅读时间{s}")
if biz in ['3923296810','3933296470','3895583124','3877697845','3599816852','3889696883','3258705834']:
if biz in ['3923296810','3933296470','3895583124','3877697845','3599816852','3889696883','3258705834','3895583125']:
print(f"获取到检测文章,已推送到微信 30s")
# 过检测
check = test(biz,response["data"]["link"])
Expand Down

0 comments on commit f8bf219

Please sign in to comment.