From c5442029b5515750f2bd56210c825d6cfd6e9534 Mon Sep 17 00:00:00 2001
From: merlink <merlink@pc1.mgm>
Date: Mon, 5 Aug 2013 22:29:06 +0200
Subject: [PATCH] Changed start code for deamon mode

---
 src/bitmessagemain.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/bitmessagemain.py b/src/bitmessagemain.py
index b156cd0d..7a2047be 100644
--- a/src/bitmessagemain.py
+++ b/src/bitmessagemain.py
@@ -770,7 +770,7 @@ if shared.useVeryEasyProofOfWorkForTesting:
     shared.networkDefaultPayloadLengthExtraBytes = int(
         shared.networkDefaultPayloadLengthExtraBytes / 7000)
 
-if __name__ == "__main__":
+def main():
     # is the application already running?  If yes then exit.
     thisapp = singleton.singleinstance()
 
@@ -840,7 +840,9 @@ if __name__ == "__main__":
 
         while True:
             time.sleep(20)
-
+if __name__ == "__main__":
+    main()
+    
 # So far, the creation of and management of the Bitmessage protocol and this
 # client is a one-man operation. Bitcoin tips are quite appreciated.
 # 1H5XaDA6fYENLbknwZyjiYXYPQaFjjLX2u