mirror of
https://github.com/YGGverse/qBt_SE.git
synced 2025-01-19 19:20:12 +00:00
update rutracker.py
This commit is contained in:
parent
d48145b2e2
commit
3fbf87a782
@ -291,7 +291,6 @@ class Rutracker:
|
||||
except (URLError, HTTPError) as err:
|
||||
logger.error(err.reason)
|
||||
error = str(err.reason)
|
||||
print(err.info())
|
||||
if "timed out" in error and not repeated:
|
||||
logger.debug("Repeating request...")
|
||||
return self._request(url, data, True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user