Make main thread non-daemon

This way it will wait to exit.

Change-Id: I2ee353b2c25e67bd87a42abf6b725867d4727b67
This commit is contained in:
James E. Blair 2016-04-20 13:09:11 -07:00
parent b6bf50c001
commit fa17a37a52
1 changed files with 0 additions and 2 deletions

View File

@ -233,8 +233,6 @@ class Server(object):
def main(self):
self.setup_retriever()
self.retriever.daemon = True
self.retriever.start()