Skip to content

Commit

Permalink
Update OTW.py
Browse files Browse the repository at this point in the history
Fix Source Flag
  • Loading branch information
edge20200 authored Nov 13, 2024
1 parent 3699111 commit 3e80176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = f"\n[center][url=https://github.com/edge20200/Only-Uploader]Powered by Only-Uploader[/url][/center]"
Expand Down Expand Up @@ -165,4 +165,4 @@ async def search_existing(self, meta):
console.print('[bold red]Unable to search for existing torrents on site. Either the site is down or your API key is incorrect')
await asyncio.sleep(5)

return dupes
return dupes

0 comments on commit 3e80176

Please sign in to comment.