mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-05 09:13:46 -04: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:
|
if full_path_exists:
|
||||||
return name
|
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
|
return None
|
||||||
|
|
||||||
def find_chrome_data_dir() -> Optional[str]:
|
def find_chrome_data_dir() -> Optional[str]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue