Skip to content

Commit 6d01af2

Browse files
authored
Add a missing comma to the README example of PLAYWRIGHT_LAUNCH_OPTIONS (#179)
1 parent d7b6f94 commit 6d01af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ class ProxySpider(Spider):
616616
custom_settings = {
617617
"PLAYWRIGHT_LAUNCH_OPTIONS": {
618618
"proxy": {
619-
"server": "http://myproxy.com:3128"
619+
"server": "http://myproxy.com:3128",
620620
"username": "user",
621621
"password": "pass",
622622
},

0 commit comments

Comments
 (0)