|
@ -1483,8 +1483,6 @@ def main(): |
|
|
# Wait for server to become ready |
|
|
# Wait for server to become ready |
|
|
cherrypy.engine.wait(cherrypy.process.wspbus.states.STARTED) |
|
|
cherrypy.engine.wait(cherrypy.process.wspbus.states.STARTED) |
|
|
|
|
|
|
|
|
sabnzbd.WEBUI_READY = True |
|
|
|
|
|
|
|
|
|
|
|
if enable_https: |
|
|
if enable_https: |
|
|
browser_url = "https://%s:%s/sabnzbd" % (browserhost, cherryport) |
|
|
browser_url = "https://%s:%s/sabnzbd" % (browserhost, cherryport) |
|
|
else: |
|
|
else: |
|
|