mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-17 05:48:24 +00:00
dont warn about chrome twice
This commit is contained in:
parent
b911c111b0
commit
d179264cb7
1 changed files with 0 additions and 2 deletions
|
@ -570,8 +570,6 @@ def find_chrome_binary() -> Optional[str]:
|
|||
if full_path_exists:
|
||||
return name
|
||||
|
||||
stderr('[X] Unable to find a working version of Chrome/Chromium, is it installed and in your $PATH?', color='red')
|
||||
stderr()
|
||||
return None
|
||||
|
||||
def find_chrome_data_dir() -> Optional[str]:
|
||||
|
|
Loading…
Add table
Reference in a new issue