mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-01 20:54:30 +01:00
typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user