mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
lint fix
This commit is contained in:
@@ -75,7 +75,7 @@ class Plugin(BaseAuthService):
|
||||
async with session.request(
|
||||
method="POST",
|
||||
url=self.__url,
|
||||
timeout=self.__timeout,
|
||||
timeout=aiohttp.ClientTimeout(total=self.__timeout),
|
||||
json={
|
||||
"user": user,
|
||||
"passwd": passwd,
|
||||
|
||||
Reference in New Issue
Block a user