|
@ -578,7 +578,7 @@ def get_webhost(cherryhost, cherryport, https_port): |
|
|
cherryhost = '' |
|
|
cherryhost = '' |
|
|
|
|
|
|
|
|
if cherryhost is None: |
|
|
if cherryhost is None: |
|
|
cherryhost = sabnzbd.cfg.cherryhost() |
|
|
cherryhost = deunicode(sabnzbd.cfg.cherryhost()) |
|
|
else: |
|
|
else: |
|
|
sabnzbd.cfg.cherryhost.set(cherryhost) |
|
|
sabnzbd.cfg.cherryhost.set(cherryhost) |
|
|
|
|
|
|
|
|