Skip to content

Commit

Permalink
removed misc space
Browse files Browse the repository at this point in the history
  • Loading branch information
cho00013 committed Mar 10, 2022
1 parent 56d21a0 commit db50add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ddns-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()))
Expand Down

0 comments on commit db50add

Please sign in to comment.