We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 313b66d + 0a9d0ec commit fca828aCopy full SHA for fca828a
transmission-trackers.py
@@ -235,6 +235,9 @@ def readLocalLists():
235
if config['status_filter'] and not t.status in config['status_filter']:
236
dbg('{}: skipping due to status filter'.format(t.name))
237
continue
238
+ if t.isPrivate:
239
+ dbg('{}: skipping private torrent'.format(t.name))
240
+ continue
241
242
ttrk = set(())
243
for trk in t.trackers:
0 commit comments