mirror of
https://github.com/ap-pauloafonso/ratio-spoof.git
synced 2026-04-20 16:12:18 +00:00
rollback early return for test porpuses
This commit is contained in:
parent
679005ec4f
commit
b01c1358d4
1 changed files with 0 additions and 1 deletions
|
|
@ -186,7 +186,6 @@ def build_announce_info(data):
|
|||
return announce_info
|
||||
|
||||
def tracker_announce_request(url, query_string):
|
||||
return 30
|
||||
request = urllib.request.Request(url = f'{url}?{query_string}', headers= {'User-Agent' :'qBittorrent/4.0.3', 'Accept-Encoding':'gzip'})
|
||||
response = urllib.request.urlopen(request).read()
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue