fix docstring typo (#7542)

This commit is contained in:
Maximilian Hils 2025-02-07 18:41:22 +01:00 committed by GitHub
parent 0d4148dd01
commit 847fb4bb2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,8 +34,8 @@ class WebAuth:
"",
"Password to protect the mitmweb user interface. "
"Values starting with `$` are interpreted as an argon2 hash, "
"everything else is considered a plaintext password."
"If not password is provided, a random token is generated on startup.",
"everything else is considered a plaintext password. "
"If no password is provided, a random token is generated on startup.",
)
def configure(self, updated) -> None: