Skip to content

Commit 081b460

Browse files
committed
fixed typos in the examples
1 parent 6d014fb commit 081b460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/sender/asynchronous/tls_cert_context_from_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ async def main():
4848
sender = AsyncSender(
4949
server=ZABBIX_SERVER,
5050
port=ZABBIX_PORT,
51+
use_config=True,
5152
ssl_context=custom_context
5253
)
5354

0 commit comments

Comments
 (0)