mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Fix flake8-docstrings D403 First word of the first line should be properly capitalized
This commit is contained in:
parent
093f49d5aa
commit
eec977d909
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class UTorrentClient(object):
|
|||
# TODO refresh token, when necessary
|
||||
|
||||
def _make_opener(self, realm, base_url, username, password):
|
||||
"""uTorrent API need HTTP Basic Auth and cookie support for token verify."""
|
||||
"""HTTP Basic Auth and cookie support for token verification."""
|
||||
auth_handler = HTTPBasicAuthHandler()
|
||||
auth_handler.add_password(realm=realm,
|
||||
uri=base_url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue