Temporarily disabled Koodous lookup

This commit is contained in:
Nex 2022-06-13 20:06:35 +02:00
parent bb0e41e949
commit 3a6e4a7001
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ log = logging.getLogger(__name__)
def koodous_lookup(packages):
# NOTE: This is temporary, until we resolved the issue.
log.error("Unfortunately Koodous lookup is disabled until further notice, due to unresolved issues with the API service.")
return
log.info("Looking up all extracted files on Koodous (www.koodous.com)")
log.info("This might take a while...")