fix
authorThomasV <thomasv@gitorious>
Wed, 9 Nov 2011 21:54:34 +0000 (22:54 +0100)
committerThomasV <thomasv@gitorious>
Wed, 9 Nov 2011 21:54:34 +0000 (22:54 +0100)
server.py

index ef84fbb..3271a89 100644 (file)
--- a/server.py
+++ b/server.py
@@ -397,9 +397,7 @@ if __name__ == '__main__':
     args.connect_args = {"database":"abe"}
     store = MyStore(args)
 
-    #thread.start_new_thread(listen_thread, (store,))
-    listen_thread(store)
-    exit(0)
+    thread.start_new_thread(listen_thread, (store,))
 
     while True:
         try: