This commit is contained in:
Salvatore Ingala
2019-10-18 15:59:23 +08:00
parent a73b14bf13
commit 8b7597b909

View File

@@ -41,6 +41,6 @@ if __name__ == '__main__':
else:
logger.error("Can't connect to bitcoind. Shutting down")
except Exception e:
except Exception as e:
logger.error("There was an error while starting the daemon. Shutting down", error_args=e.args)
exit(1)