Skip to content

Commit

Permalink
Main thread end
Browse files Browse the repository at this point in the history
- instead of sleeping, it just ends
  • Loading branch information
PeterSurda committed Jun 21, 2017
1 parent 0cc8589 commit 618f386
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bitmessagemain.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,6 @@ def start(self, daemon=False):
else:
BMConfigParser().remove_option('bitmessagesettings', 'dontconnect')

while True:
time.sleep(20)

def daemonize(self):
if os.fork():
exit(0)
Expand Down

0 comments on commit 618f386

Please sign in to comment.