Rev2099, Keep tor client running until update finished

This commit is contained in:
shortcutme 2017-06-06 00:05:43 +02:00
parent 1d06d30812
commit 742c2fe684
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
3 changed files with 4 additions and 3 deletions

View file

@ -19,6 +19,7 @@ def main():
if main.update_after_shutdown: # Updater
import gc
import update
import atexit
# Try cleanup openssl
try:
if "lib.opensslVerify" in sys.modules:
@ -48,6 +49,8 @@ def main():
handler.close()
logger.removeHandler(handler)
atexit._run_exitfuncs()
except Exception, err: # Prevent closing
import traceback
try: