Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Have you seen there is an error in the code for the threading part?

the right way if you want to use a thread is thread = threading.Thread(target=CALLABLE, args=ARGS)

and not

thread = threading.Thread(target=CALLABLE(ARGS))



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: