Skip to content

Commit

Permalink
Update UTP.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edge20200 authored Jun 16, 2024
1 parent 97ce2de commit fab52d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trackers/UTP.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, config):
self.search_url = 'https://utp.to/api/torrents/filter'
self.torrent_url = 'https://utp.to/api/torrents/'
self.upload_url = 'https://utp.to/api/torrents/upload'
self.signature = f"\n[center][url=https://utp.to/forums/topics/76]Created by UTOPIA Upload Assistant[/url][/center]"
self.signature = f"\n[center][url=https://utp.to]Created by Only-Upload Assistant[/url][/center]"
self.banned_groups = []
pass

Expand Down

0 comments on commit fab52d2

Please sign in to comment.