|
@ -432,11 +432,11 @@ def print_modules(): |
|
|
logging.info("SABYenc module (v%s)... found!", sabnzbd.constants.SABYENC_VERSION) |
|
|
logging.info("SABYenc module (v%s)... found!", sabnzbd.constants.SABYENC_VERSION) |
|
|
else: |
|
|
else: |
|
|
logging.error("SABYenc module... NOT found! Expecting v%s - https://sabnzbd.org/sabyenc", sabnzbd.constants.SABYENC_VERSION) |
|
|
logging.error("SABYenc module... NOT found! Expecting v%s - https://sabnzbd.org/sabyenc", sabnzbd.constants.SABYENC_VERSION) |
|
|
|
|
|
# Only now we care about old-yEnc |
|
|
if sabnzbd.decoder.HAVE_YENC: |
|
|
if sabnzbd.decoder.HAVE_YENC: |
|
|
logging.info("_yenc module... found!") |
|
|
logging.info("_yenc module... found!") |
|
|
else: |
|
|
else: |
|
|
logging.warning(T('_yenc module... NOT found!')) |
|
|
logging.warning(T('_yenc module... NOT found!')) |
|
|
|
|
|
|
|
|
if sabnzbd.HAVE_CRYPTOGRAPHY: |
|
|
if sabnzbd.HAVE_CRYPTOGRAPHY: |
|
|
logging.info('Cryptography module (v%s)... found!', sabnzbd.HAVE_CRYPTOGRAPHY) |
|
|
logging.info('Cryptography module (v%s)... found!', sabnzbd.HAVE_CRYPTOGRAPHY) |
|
|