Skip to content

Commit

Permalink
Fixed issue that would not start decluttarr
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMatter committed Apr 17, 2024
1 parent 40125f8 commit f916e0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- '**/*'
- '!README.md'
- '!CONTRIBUTE.md'
- 'versionCleanup.js'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -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'
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f916e0c

Please sign in to comment.