Windows compatability

pull/1218/head
Ozzie Isaacs 4 years ago committed by GitHub
parent 32a6beae65
commit b9f3ac2eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save