This commit is contained in:
ThomasV 2011-11-09 22:54:34 +01:00
parent 67e10a3949
commit af75804b17
1 changed files with 1 additions and 3 deletions

View File

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