Toya0421 commited on
Commit
1c11942
·
verified ·
1 Parent(s): 06e2fe2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -138,9 +138,7 @@ def log_choice_change(choice, question_number, user_id):
138
  action_log.append({
139
  "action": "choice",
140
  "choice": choice,
141
- "time": (datetime.utcnow() + timedelta(hours=9)).isoformat(),
142
- "question_number": question_number,
143
- "user_id": user_id
144
  })
145
  return
146
 
 
138
  action_log.append({
139
  "action": "choice",
140
  "choice": choice,
141
+ "time": (datetime.utcnow() + timedelta(hours=9)).isoformat()
 
 
142
  })
143
  return
144