Skip to content

Commit

Permalink
Update qbittorrent/Client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sandy <bwrsandman@gmail.com>
  • Loading branch information
Sebclem and bwrsandman authored Mar 7, 2024
1 parent 162f208 commit 55268f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qbittorrent/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ def toggle_alternative_speed(self):
"""
Toggle alternative speed limits.
"""
return self._post("transfer/toggleSpeedLimitsMode")
return self._post("transfer/toggleSpeedLimitsMode", data={})

def toggle_sequential_download(self, infohash_list):
"""
Expand Down

0 comments on commit 55268f4

Please sign in to comment.