|
@ -432,7 +432,7 @@ 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: |
|
|