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 eeef786 commit 548682fCopy full SHA for 548682f
.github/scripts/take_screenshot.py
@@ -38,7 +38,7 @@ def setup_driver(cookie_value):
38
driver.add_cookie({
39
'name': 'session',
40
'value': cookie_value.lstrip('session='),
41
- 'domain': '.adventofcode.com',
+ 'domain': 'adventofcode.com',
42
})
43
44
print('Chrome driver initialized successfully')
0 commit comments