mirror of
https://github.com/sabnzbd/sabnzbd.git
synced 2026-02-18 14:48:28 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31b620b8e5 | ||
|
|
55786df7bd |
@@ -1,3 +1,7 @@
|
||||
-------------------------------------------------------------------------------
|
||||
0.6.4Final by The SABnzbd-Team
|
||||
-------------------------------------------------------------------------------
|
||||
- Fix silly error in the Wizard
|
||||
-------------------------------------------------------------------------------
|
||||
0.6.3Final by The SABnzbd-Team
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
4
PKG-INFO
4
PKG-INFO
@@ -1,7 +1,7 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: SABnzbd
|
||||
Version: 0.6.3
|
||||
Summary: SABnzbd-0.6.3
|
||||
Version: 0.6.4
|
||||
Summary: SABnzbd-0.6.4
|
||||
Home-page: http://sourceforge.net/projects/sabnzbdplus
|
||||
Author: The SABnzbd Team
|
||||
Author-email: team@sabnzbd.org
|
||||
|
||||
@@ -88,6 +88,7 @@ class Wizard(object):
|
||||
info['session'] = cfg.api_key()
|
||||
info['language'] = cfg.language()
|
||||
info['T'] = Ttemplate
|
||||
info['have_ssl'] = bool(sabnzbd.newswrapper.HAVE_SSL)
|
||||
|
||||
servers = config.get_servers()
|
||||
if not servers:
|
||||
@@ -106,7 +107,6 @@ class Wizard(object):
|
||||
info['username'] = s.username()
|
||||
info['password'] = s.password.get_stars()
|
||||
info['connections'] = s.connections()
|
||||
info['have_ssl'] = bool(sabnzbd.newswrapper.HAVE_SSL)
|
||||
|
||||
info['ssl'] = s.ssl()
|
||||
if s.enable():
|
||||
|
||||
Reference in New Issue
Block a user