mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-23 03:06:55 -04:00
fallback to localhost if detecting dnsserver fails
This commit is contained in:
parent
b36e89d086
commit
490e5ba11d
3 changed files with 7 additions and 3 deletions
|
@ -66,7 +66,7 @@ class BaseBinary(BaseHook, Binary):
|
|||
symlink.unlink(missing_ok=True)
|
||||
symlink.symlink_to(binary.abspath)
|
||||
except Exception as err:
|
||||
# print('[red]:caution: Failed to symlink binary into ./lib/bin folder[/red]', err)
|
||||
# print('[red]:warning: Failed to symlink binary into ./lib/bin folder[/red]', err)
|
||||
pass
|
||||
|
||||
@validate_call
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue