We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e82f0e commit daf8930Copy full SHA for daf8930
README.md
@@ -38,7 +38,7 @@ async def test():
38
1. 创建Zip包
39
40
```bash
41
- zip -r headless_chrome_nodejs.zip . -x "*vendor*" -x "*.git*"
+ zip -r headless_chrome_python.zip . -x "*vendor*" -x "*.git*"
42
```
43
2. 创建 Web 函数
44
0 commit comments