summaryrefslogtreecommitdiff
path: root/kvmd/plugins/auth
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/plugins/auth')
-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__}",