Skip to content

Commit

Permalink
Make Invisible The Virtual Display Again ( fix typo )
Browse files Browse the repository at this point in the history
  • Loading branch information
sarperavci committed Jan 14, 2025
1 parent 24e99c6 commit 49cd6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async def get_html(url: str, retries: int = 5):
display = None

if args.headless or DOCKER_MODE:
display = Display(visible=1, size=(1920, 1080))
display = Display(visible=0, size=(1920, 1080))
display.start()

def cleanup_display():
Expand Down

0 comments on commit 49cd6ed

Please sign in to comment.