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 e5cdacd commit 488485aCopy full SHA for 488485a
.github/scripts/take_screenshot.py
@@ -44,7 +44,7 @@ def main():
44
driver,
45
'https://adventofcode.com/2024',
46
'body > main > pre',
47
- 'aoc-screenshot.png',
+ 'screenshots/aoc-screenshot.png',
48
)
49
finally:
50
driver.quit()
0 commit comments