mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-24 17:55:36 +02:00
Implement requested change
This commit is contained in:
@@ -107,8 +107,7 @@ class HttpSession(Closable):
|
||||
if isinstance(auth, tuple):
|
||||
kwargs["auth"] = BasicAuth(auth[0], auth[1])
|
||||
else:
|
||||
if auth:
|
||||
kwargs.pop("auth")
|
||||
kwargs.pop("auth", None)
|
||||
options = cast(_AiohttpRequestOptions, kwargs)
|
||||
|
||||
async with await session.request(
|
||||
|
||||
Reference in New Issue
Block a user