This commit is contained in:
Guillaume Ayoub 2011-06-11 16:55:27 +02:00
parent b6b281b815
commit 8771e55ba3

View File

@ -160,6 +160,6 @@ finally:
server.server_name, server.server_port))
server.shutdown()
# remove pidfile
# Remove PID file
if options.pid and options.daemon:
os.unlink(options.pid)