Skip to content

Commit

Permalink
OTW - update source flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Sep 25, 2024
1 parent ed70941 commit 7f813bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trackers/OTW.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class OTW():
def __init__(self, config):
self.config = config
self.tracker = 'OTW'
self.source_flag = 'OTW'
self.source_flag = 'OLD'
self.upload_url = 'https://oldtoons.world/api/torrents/upload'
self.search_url = 'https://oldtoons.world/api/torrents/filter'
self.signature = "\n[center][url=https://github.com/Audionut/Upload-Assistant]Created by L4G's Upload Assistant[/url][/center]"
Expand Down

0 comments on commit 7f813bb

Please sign in to comment.