Skip to content

Commit 548682f

Browse files
committed
testing actions
1 parent eeef786 commit 548682f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/take_screenshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def setup_driver(cookie_value):
3838
driver.add_cookie({
3939
'name': 'session',
4040
'value': cookie_value.lstrip('session='),
41-
'domain': '.adventofcode.com',
41+
'domain': 'adventofcode.com',
4242
})
4343

4444
print('Chrome driver initialized successfully')

0 commit comments

Comments
 (0)