added general exception handler

kaue/patch-1
navjot 3 years ago
parent 5fb8692eb6
commit 09439b4a0d
No known key found for this signature in database
GPG Key ID: 9EE70AFD71357F1C

@ -316,6 +316,9 @@ def init():
except Exception as e:
logger.error("Error: %s", e, exc_info=True)
bso = None
except Exception as e:
logger.error("Error: %s", e, exc_info=True)
bso = None
else:
try:
bso = ctypes.CDLL(os.path.join(paths.codePath(), "bitmsghash", bitmsglib))

Loading…
Cancel
Save