mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
fix docstring typo (#7542)
This commit is contained in:
parent
0d4148dd01
commit
847fb4bb2b
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue