Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|