mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-19 02:07:12 +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:
|
try:
|
||||||
for x in torrent.trackers:
|
for x in torrent.trackers:
|
||||||
if x.url.startswith("http"):
|
if x.url.startswith("http"):
|
||||||
tracker = self.config.get_tags([x.url])
|
tracker = self.config.get_tags([x])
|
||||||
msg_up = x.msg.upper()
|
msg_up = x.msg.upper()
|
||||||
msg = x.msg
|
msg = x.msg
|
||||||
# Tag any error torrents
|
# Tag any error torrents
|
||||||
|
|
Loading…
Add table
Reference in a new issue