diff options
Diffstat (limited to 'kvmd/plugins/auth/http.py')
-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 bc391d79..69670b23 100644 --- a/kvmd/plugins/auth/http.py +++ b/kvmd/plugins/auth/http.py @@ -81,7 +81,7 @@ class Plugin(BaseAuthService): "passwd": passwd }, headers={ - "User-Agent": "KVMD/%s" % (__version__), + "User-Agent": f"KVMD/{__version__}", "X-KVMD-User": user, }, ) as response: |