mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-18 01:36:21 +08:00
bug fix on prev refactor
This commit is contained in:
parent
911367ea55
commit
763c0e5ebb
1 changed files with 1 additions and 1 deletions
|
@ -830,7 +830,7 @@ class Qbt:
|
|||
try:
|
||||
for x in torrent.trackers:
|
||||
if x.url.startswith("http"):
|
||||
tracker = self.config.get_tags([x.url])
|
||||
tracker = self.config.get_tags([x])
|
||||
msg_up = x.msg.upper()
|
||||
msg = x.msg
|
||||
# Tag any error torrents
|
||||
|
|
Loading…
Add table
Reference in a new issue