Main thread end
- instead of sleeping, it just ends
This commit is contained in:
parent
0cc8589b27
commit
618f3865c1
|
@ -309,9 +309,6 @@ class Main:
|
||||||
else:
|
else:
|
||||||
BMConfigParser().remove_option('bitmessagesettings', 'dontconnect')
|
BMConfigParser().remove_option('bitmessagesettings', 'dontconnect')
|
||||||
|
|
||||||
while True:
|
|
||||||
time.sleep(20)
|
|
||||||
|
|
||||||
def daemonize(self):
|
def daemonize(self):
|
||||||
if os.fork():
|
if os.fork():
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user