|
@ -1062,7 +1062,7 @@ def main(): |
|
|
sabnzbd.cfg.https_port.set(newport) |
|
|
sabnzbd.cfg.https_port.set(newport) |
|
|
else: |
|
|
else: |
|
|
# In case HTTPS == HTTP port |
|
|
# In case HTTPS == HTTP port |
|
|
http_port = newport |
|
|
cherryport = newport |
|
|
sabnzbd.cfg.port.set(newport) |
|
|
sabnzbd.cfg.port.set(newport) |
|
|
except: |
|
|
except: |
|
|
# Something else wrong, probably badly specified host |
|
|
# Something else wrong, probably badly specified host |
|
|