diff options
author | Devaev Maxim <[email protected]> | 2019-10-10 15:25:45 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-10-10 15:25:45 +0300 |
commit | 0fd333d73b21e40e52e973682e077c64c8796a88 (patch) | |
tree | be8c5d26211c95198b41c730ddd8031a17be035e | |
parent | f6d44f24645eb25d131e1269bf45535574a391e5 (diff) |
fix
-rw-r--r-- | kvmd/plugins/auth/http.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/plugins/auth/http.py b/kvmd/plugins/auth/http.py index 8f264531..69548516 100644 --- a/kvmd/plugins/auth/http.py +++ b/kvmd/plugins/auth/http.py @@ -78,7 +78,7 @@ class Plugin(BaseAuthService): timeout=self.__timeout, json={ "user": user, - "passwd": passwd + "passwd": passwd, }, headers={ "User-Agent": f"KVMD/{__version__}", |