Skip to content

Commit

Permalink
update qbit_listener.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Dec 23, 2024
1 parent 15e8008 commit 4d3f2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/listeners/qbit_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ async def _qb_listener():
qb_torrents[tag]["uploaded"] = True
await _on_download_complete(tor_info)
elif (
state in ["stoppedUP", "stoppedDL"]]
state in ["stoppedUP", "stoppedDL"]
and qb_torrents[tag]["seeding"]
):
qb_torrents[tag]["seeding"] = False
Expand Down

0 comments on commit 4d3f2e0

Please sign in to comment.