diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 30a6cbe..e611338 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -7,7 +7,6 @@ on: - '**/*' - '!README.md' - '!CONTRIBUTE.md' - - 'versionCleanup.js' workflow_dispatch: jobs: @@ -74,11 +73,3 @@ jobs: --build-arg SHORT_COMMIT_ID=$SHORT_COMMIT_ID \ --push \ - # "annotations": { "org.opencontainers.image.description": "DESCRIPTION" } - - # - name: "Delete untagged versions" - # uses: actions/delete-package-versions@v4 - # with: - # package-name: 'decluttarr' - # package-type: 'container' - # delete-only-untagged-versions: 'true' diff --git a/main.py b/main.py index 4305c81..3e0df45 100644 --- a/main.py +++ b/main.py @@ -51,7 +51,7 @@ async def getProtectedAndPrivateFromQbit(settingsDict): logger.debug('main/getProtectedAndPrivateFromQbit/qbitItems: %s', str([{"hash": str.upper(item["hash"]), "name": item["name"], "tags": item["tags"], "is_private": item.get("is_private", None)} for item in qbitItems])) logger.debug('main/getProtectedAndPrivateFromQbit/protectedDownloadIDs: %s', str(protectedDownloadIDs)) logger.debug('main/getProtectedAndPrivateFromQbit/privateDowloadIDs: %s', str(privateDowloadIDs)) - exit() + return protectedDownloadIDs, privateDowloadIDs # Main function