mirror of
https://github.com/aljazceru/IngestRSS.git
synced 2026-02-15 03:04:22 +01:00
logger formatting fix.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user