From 0fd333d73b21e40e52e973682e077c64c8796a88 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Thu, 10 Oct 2019 15:25:45 +0300 Subject: fix --- kvmd/plugins/auth/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmd/plugins/auth') 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__}", -- cgit v1.2.3