Skip to content

Commit 38e9c50

Browse files
committed
recovery fix
1 parent ba7e16e commit 38e9c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambda/recovered/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def put(event, context):
188188

189189
recovered = json.loads(event["body"])
190190

191-
print(json.dumps(event))
191+
print(event["body"])
192192

193193
if "datetime" not in recovered:
194194
recovered["datetime"] = datetime.now().isoformat()

0 commit comments

Comments
 (0)