Browse Source

Py3: CherryPy now fixed the SSL Error 0

pull/1329/head
Safihre 6 years ago
parent
commit
a8e50421e5
  1. 7
      SABnzbd.py

7
SABnzbd.py

@ -1319,13 +1319,6 @@ def main():
sabnzbd.cfg.log_level.callback(guard_loglevel)
try:
# Ugly workaround for cherrypy/cherrypy/issues/1618
import cheroot.ssl.builtin
cheroot.ssl.builtin.IS_BELOW_PY37 = True
except:
pass
try:
cherrypy.engine.start()
except:
logging.error(T('Failed to start web-interface: '), exc_info=True)

Loading…
Cancel
Save