mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00:00
Update archivebox/config/__init__.py
This commit is contained in:
parent
81dd626b85
commit
1e5fbf4bd2
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ def check_system_config(config: ConfigDict=CONFIG) -> None:
|
|||
stderr(' Make sure you set it to a Chrome user data directory containing a Default profile folder.')
|
||||
stderr(' For more info see:')
|
||||
stderr(' https://github.com/pirate/ArchiveBox/wiki/Configuration#CHROME_USER_DATA_DIR')
|
||||
if 'Default' in str(config['CHROME_USER_DATA_DIR']):
|
||||
if '/Default' in str(config['CHROME_USER_DATA_DIR']):
|
||||
stderr()
|
||||
stderr(' Try removing /Default from the end e.g.:')
|
||||
stderr(' CHROME_USER_DATA_DIR="{}"'.format(config['CHROME_USER_DATA_DIR'].split('/Default')[0]))
|
||||
|
|
Loading…
Reference in a new issue