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__}",