- chatbot/plugins/chat.py +1 -1
chatbot/plugins/chat.py
CHANGED
@@ -1627,7 +1627,7 @@ async def chatbot_talk(client: Client, message: Message):
|
|
1627 |
reply_markup=keyboard_like
|
1628 |
)
|
1629 |
translation_entry = {
|
1630 |
-
"uuid":
|
1631 |
"text": data.text,
|
1632 |
"timestamp": dt.now().isoformat()
|
1633 |
}
|
|
|
1627 |
reply_markup=keyboard_like
|
1628 |
)
|
1629 |
translation_entry = {
|
1630 |
+
"uuid": uuid_human,
|
1631 |
"text": data.text,
|
1632 |
"timestamp": dt.now().isoformat()
|
1633 |
}
|