summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-10-10 15:25:45 +0300
committerDevaev Maxim <[email protected]>2019-10-10 15:25:45 +0300
commit0fd333d73b21e40e52e973682e077c64c8796a88 (patch)
treebe8c5d26211c95198b41c730ddd8031a17be035e
parentf6d44f24645eb25d131e1269bf45535574a391e5 (diff)
fix
-rw-r--r--kvmd/plugins/auth/http.py2
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__}",