1
0

rename to sane class name

This commit is contained in:
2025-08-04 08:16:44 +09:00
parent 920ecae2cd
commit 6dbc4a4e54
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
from requests.adapters import HTTPAdapter
class WhyTheFuckRequestsHasNoTimeoutInAdapter(HTTPAdapter):
class TimeoutHTTPAdapter(HTTPAdapter):
def __init__(self, *args, **kwargs):
if "timeout" in kwargs:
self.timeout = kwargs["timeout"]