fix workers

This commit is contained in:
clowwindy 2014-05-17 13:54:28 +08:00
parent 3f523ee942
commit 8f19fe278c
3 changed files with 9 additions and 3 deletions

View file

@ -284,6 +284,7 @@ def main():
os.waitpid(child, 0)
else:
logging.warn('worker is only available on Unix/Linux')
run_server()
else:
run_server()