commit af75804b17c3d0158fc308a502bb3a8898240a1a parent 67e10a3949fb1ac14d4337ce028ddb08830af8ca Author: ThomasV <thomasv@gitorious> Date: Wed, 9 Nov 2011 22:54:34 +0100 fix Diffstat:
M | server/server.py | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/server/server.py b/server/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: