[options] fix playwright headlessness behavior

merge-requests/5/head
Lauren Liberda 2021-06-03 17:16:39 +02:00
parent f2a5fa2e53
commit 9373a2f667
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ def parseOpts(overrideArguments=None):
help='Do NOT contact the haruhi-dl server for debugging')
verbosity.add_option(
'--no-headless-playwright',
dest='headless_playwright', action='store_false', default=False,
dest='headless_playwright', action='store_false', default=True,
help='Show browsers automated with Playwright on the screen')
filesystem = optparse.OptionGroup(parser, 'Filesystem Options')