mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
non-zero exit code on error
This commit is contained in:
@@ -42,3 +42,4 @@ if __name__ == '__main__':
|
||||
logger.error("Can't connect to bitcoind. Shutting down")
|
||||
except Exception e:
|
||||
logger.error("There was an error while starting the daemon. Shutting down", error_args=e.args)
|
||||
exit(1)
|
||||
|
||||
Reference in New Issue
Block a user