Skip to content

Commit 4daeafc

Browse files
authored
add docs
1 parent c887d80 commit 4daeafc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

simple_acme_dns/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ def new_account(self, verify_ssl=True, user_agent='simple_acme_dns/v2') -> None:
292292
293293
Args:
294294
verify_ssl (bool): Verify the SSL certificate of the ACME server when making requests.
295-
295+
user_agent (str): Configures the user agent that is sent when making requests to the ACME server.
296+
296297
Examples:
297298
>>> client.new_account()
298299
"""

0 commit comments

Comments
 (0)