Listen using SSL

This commit is contained in:
Mark Haines 2014-09-01 16:30:43 +01:00
parent f5755bcadf
commit ef6a8e4f32
2 changed files with 8 additions and 2 deletions

View file

@ -28,7 +28,7 @@ class ServerConfig(Config):
self.bind_host = args.bind_host
self.daemonize = args.daemonize
self.pid_file = self.abspath(args.pid_file)
self.webclient = not args.no_webclient
self.webclient = args.no_webclient
self.manhole = args.manhole
@classmethod