Skip to content

Commit

Permalink
add import datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 23, 2022
1 parent 658851c commit 4e0666a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/ddns-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,14 @@
from botocore.exceptions import ClientError
from collections import OrderedDict
from pprint import pformat
from datetime import datetime


# Setting Global Variables
LOGGER = logging.getLogger()
ACCOUNT = None
REGION = None
VERSION = '0.1.4'
VERSION = '0.1.5'

# Adjust the logging level [logging.INFO, logging.DEBUG, logging.WARNING, etc]
LOGGER.setLevel(logging.DEBUG)
Expand Down
Binary file modified code/ddns-lambda.zip
Binary file not shown.

0 comments on commit 4e0666a

Please sign in to comment.