Skip to content

Commit

Permalink
added missing carriage return and incremented version 0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
cho00013 committed Mar 7, 2022
1 parent 9001cee commit a7363c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/ddns-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
LOGGER = logging.getLogger()
ACCOUNT = None
REGION = None
VERSION = '0.1.19'
VERSION = '0.1.20'

# Read Env variables
DEBUG_LOG_LEVEL = os.environ.get('DebugLogLevel', 'INFO')
Expand Down Expand Up @@ -2313,4 +2313,4 @@ def publish_to_sns(client, message):
except ClientError as err:
LOGGER.debug("Unexpected error: %s", str(err)+lineno())
else:
LOGGER.debug("No SNS Topic specified, ignoring")
LOGGER.debug("No SNS Topic specified, ignoring")

0 comments on commit a7363c8

Please sign in to comment.