ouhenio commited on
Commit
6d086e2
·
verified ·
1 Parent(s): 9c8bc16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ async def update_validation_space_on_answer(response, type, timestamp):
22
  """
23
  try:
24
  # Store the event for display in the UI
25
- incoming_events.put({"event": type, "timestamp": str(timestamp), "response_id": str(response.id)})
26
 
27
  # Print the response object structure to understand its properties
28
  print(f"Response object: {dir(response)}")
 
22
  """
23
  try:
24
  # Store the event for display in the UI
25
+ incoming_events.put({"event": type, "timestamp": str(timestamp)})
26
 
27
  # Print the response object structure to understand its properties
28
  print(f"Response object: {dir(response)}")