Skip to content

Commit

Permalink
Use Timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwiko committed Mar 19, 2024
1 parent e4c8e90 commit 9efcc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kea_exporter/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def cli(mode, port, address, interval, **kwargs):

httpd, _ = start_http_server(port, address)

t = timer()
t = Timer()

def local_wsgi_app(registry):
func = make_wsgi_app(registry, False)
Expand Down

0 comments on commit 9efcc94

Please sign in to comment.