Skip to content

Commit 9055cb6

Browse files
ivanvsB4nan
andauthored
fix: python-crawlee-playwright-camoufox command is using wrong template (#582)
In the current version when you try to use python-crawlee-playwright-camoufox you will get python-crawlee-playwright template. This PR is fixing this problem. Co-authored-by: Martin Adámek <banan23@gmail.com>
1 parent cf05250 commit 9055cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"messages": {
207207
"postCreate": "To install additional Python packages, you need to activate the virtual environment in the \".venv\" folder in the actor directory."
208208
},
209-
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/python-crawlee-playwright.zip?raw=true",
209+
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/python-crawlee-playwright-camoufox.zip?raw=true",
210210
"defaultRunOptions": {
211211
"build": "latest",
212212
"memoryMbytes": 1024,

0 commit comments

Comments
 (0)