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()))