Skip to content

Commit

Permalink
1. 更新版本:0.0.22.beta4
Browse files Browse the repository at this point in the history
2. 修复 after request 之后 form 回归 next 失败的问题
  • Loading branch information
kem wan committed May 22, 2024
1 parent 946214a commit 6845f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bricks/spider/air.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ def wrapper(context: Context, *args, **kwargs):
"request": ctx.request,
"response": ctx.response,
},
callback=lambda mctx: mctx.rollback()
callback=lambda mctx: mctx.rollback(recursion=False)
)

return wrapper
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read_requirements(filename):
url='https://github.com/KKKKKKKEM/bricks.git',
long_description_content_type="text/markdown",
long_description=open('README.md', encoding='utf-8').read(),
version="0.0.22.beta3", # 包的版本
version="0.0.22.beta4", # 包的版本
description="quickly build your crawler", # 包简介,显示在PyPI上
author="Kem", # 作者相关信息
author_email='531144129@qq.com',
Expand Down

0 comments on commit 6845f1f

Please sign in to comment.