diff --git a/teos/tools.py b/teos/tools.py index d10d63c..53b85cc 100644 --- a/teos/tools.py +++ b/teos/tools.py @@ -37,7 +37,7 @@ def can_connect_to_bitcoind(): try: bitcoin_cli().help() - except (timeout, ConnectionRefusedError, JSONRPCException, HTTPException): + except (timeout, ConnectionRefusedError, JSONRPCException, HTTPException, OSError): can_connect = False return can_connect