Skip to content

Commit 2428902

Browse files
committed
Update views and db
1 parent 776d652 commit 2428902

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

db.sqlite3

0 Bytes
Binary file not shown.

utilities/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def update_user_keyword_response(request, pk, response):
182182
{
183183
"timestamp": --,
184184
"simple-emotions": {"additional_properties": {}, "anger": 0.0, "contempt": 0.0, "disgust": 0.0, "fear": 0.0, "happiness": 1.0, "neutral": 0.0, "sadness": 0.0, "surprise": 0.0},
185-
"complex-emotions": choice from ['non_vigilant', 'tired', 'alert']
185+
"complex-emotions": {tired: , non_vigilant: , alert: }
186186
}
187187
]
188188
}

0 commit comments

Comments
 (0)