From d9676719a4f16a931764a17456ecb5ac1b3c3218 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 11 Jun 2025 17:53:12 -0400 Subject: [PATCH] fix timeout --- check_mumble.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_mumble.py b/check_mumble.py index b96c334..316c366 100755 --- a/check_mumble.py +++ b/check_mumble.py @@ -18,7 +18,7 @@ def main(args): # load default values if not passed as arguments if args.timeout: - timeout = args.timeout + timeout = float(args.timeout) else: timeout = 10