Skip to content

Commit

Permalink
TL don't search existing
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Dec 20, 2024
1 parent 458cc1e commit d00ee91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ async def process_tracker(tracker_name, meta):
tracker_status[tracker_name]['banned'] = True
continue

if tracker_name not in {"THR", "PTP"}:
if tracker_name not in {"THR", "PTP", "TL"}:
dupes = await tracker_class.search_existing(meta, disctype)
elif tracker_name == "PTP":
dupes = await ptp.search_existing(groupID, meta, disctype)
Expand Down

0 comments on commit d00ee91

Please sign in to comment.