mirror of
https://github.com/harismuneer/Ultimate-Facebook-Scraper
synced 2024-11-10 06:04:17 +00:00
--chromium not to require args
I've modified the --chromium argument to be enough in itself to provide 'True' with no need to add CLI argument to it.
This commit is contained in:
parent
7b136e9796
commit
adc7a005b7
1 changed files with 2 additions and 0 deletions
|
@ -874,6 +874,8 @@ if __name__ == "__main__":
|
|||
)
|
||||
ap.add_argument(
|
||||
"--chromium",
|
||||
nargs='?',
|
||||
const=True,
|
||||
help="Should I use Chromium instead?",
|
||||
default=False
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue