From 297989de07126bbe00c530cf815c7799ced63df6 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Sat, 12 Jun 2021 18:49:53 +0300 Subject: [PATCH] Set dontconnect in helper_startup.start_proxyconfig() if plugin fail instead of exiting. --- src/helper_startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper_startup.py b/src/helper_startup.py index 09f0265e..56bf87cb 100644 --- a/src/helper_startup.py +++ b/src/helper_startup.py @@ -320,7 +320,7 @@ def start_proxyconfig(): logger.error( 'Failed to run proxy config plugin %s', proxy_type, exc_info=True) - os._exit(0) # pylint: disable=protected-access + config.setTemp('bitmessagesettings', 'dontconnect', 'true') else: logger.info( 'Started proxy config plugin %s in %s sec',