logger formatting fix.

This commit is contained in:
Charles E. Gormley
2024-10-13 20:15:34 -04:00
parent 8928f05144
commit e798dce237

View File

@@ -36,7 +36,7 @@ def lambda_handler(event, context):
# Process the feed
result = extract_feed(feed)
logger.info("Process Feed Result Dictionary: ", result)
logger.info(f"Process Feed Result Dictionary: {result}")
last_pub_dt = result['max_date']
if result: