Changed start code for deamon mode

This commit is contained in:
merlink 2013-08-05 22:29:06 +02:00
parent db31cb4147
commit c5442029b5
1 changed files with 4 additions and 2 deletions

View File

@ -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