Unverified Commit b9f3ac2e authored by Ozzie Isaacs's avatar Ozzie Isaacs Committed by GitHub

Windows compatability

parent 32a6beae
......@@ -55,7 +55,6 @@ class WebServer(object):
def __init__(self):
signal.signal(signal.SIGINT, self._killServer)
signal.signal(signal.SIGTERM, self._killServer)
signal.signal(signal.SIGQUIT, self._killServer)
self.wsgiserver = None
self.access_logger = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment