Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
[minor] Update to work with newer qbittorrent version
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapersniper committed Oct 9, 2022
1 parent bfe3af3 commit c02c36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qBitrr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from packaging import version as version_parser
from packaging.version import Version as VersionClass
from qbittorrentapi import APINames
from qbittorrentapi.decorators import response_text, login_required
from qbittorrentapi.decorators import login_required, response_text

from qBitrr.arss import ArrManager
from qBitrr.bundled_data import patched_version
Expand Down

0 comments on commit c02c36d

Please sign in to comment.