ouhenio commited on
Commit
56cabc7
·
verified ·
1 Parent(s): f12ac37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ async def update_validation_space_on_answer(response, type, timestamp):
59
  new_records.append(validation_record)
60
 
61
  validation_dataset.records.log(records=new_records)
62
- print(f"Added new response to validation space for {country}")
63
 
64
  except Exception as e:
65
  print(f"Error in webhook handler: {e}")
 
59
  new_records.append(validation_record)
60
 
61
  validation_dataset.records.log(records=new_records)
62
+ print(f"Added new response to {update_validation_space_on_answer}")
63
 
64
  except Exception as e:
65
  print(f"Error in webhook handler: {e}")