Skip to content

Commit

Permalink
fix package name error
Browse files Browse the repository at this point in the history
Signed-off-by: kareza <kareza@qq.com>
  • Loading branch information
ethanschen committed Jan 9, 2023
1 parent 4ab083e commit 75a0818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ TLS Auth is also supported when using the push gateway with a special handler.

```python
from prometheus_client import CollectorRegistry, Gauge, push_to_gateway
from prometheus_client.exposition import tls_handler
from prometheus_client.exposition import tls_auth_handler


def my_auth_handler(url, method, timeout, headers, data):
Expand Down

0 comments on commit 75a0818

Please sign in to comment.