- wrap an error handler around it
@ -325,7 +325,11 @@ class Main:
else:
shared.thisapp.lock() # relock
os.umask(0)
os.setsid()
try:
except AttributeError:
# setsid not implemented
pass
if os.fork():
exit(0)