From db50adda932f58265688968d1b856a9547936f13 Mon Sep 17 00:00:00 2001 From: "Gangwoo \"Peter\" Cho" Date: Thu, 10 Mar 2022 10:43:19 -0500 Subject: [PATCH] removed misc space --- code/ddns-lambda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ddns-lambda.py b/code/ddns-lambda.py index 5d954f6..d630eea 100755 --- a/code/ddns-lambda.py +++ b/code/ddns-lambda.py @@ -107,7 +107,7 @@ elif DEBUG_LOG_LEVEL == 'CRITICAL': LOGGER.setLevel(logging.CRITICAL) else: - LOGGER.setLevel(logging.INFO) + LOGGER.setLevel(logging.INFO) print('Loading function v{} tf_module_version {}: {}'.format( VERSION, TF_MODULE_VERSION, datetime.datetime.now().time().isoformat()))