Skip to content

Commit

Permalink
new chrome headless fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBytesTheDust committed Jan 17, 2025
1 parent 43fa197 commit f4d9b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cvamp/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def spawn_page(self, restart=False):
]

if self.headless:
CHROMIUM_ARGS.append("--headless=old")
CHROMIUM_ARGS.append("--headless")

proxy_dict = self.proxy_dict

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cvamp"
version = "0.7.3"
version = "0.7.4"
description = "Viewer Amplifier bot with playwright. Spawns low-resolution muted Chrome instances with proxy & user-agent. Requires HTTP proxies."
authors = ["KevinBytesTheDust <[email protected]>"]

Expand Down

0 comments on commit f4d9b8b

Please sign in to comment.