From 0f88cb605906acb63c99c41ed983aa5f7f89b9a7 Mon Sep 17 00:00:00 2001 From: profitroll Date: Wed, 19 Apr 2023 10:38:45 +0200 Subject: [PATCH] Fixed typo in videonote (analytics) --- modules/handlers/analytics_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/handlers/analytics_group.py b/modules/handlers/analytics_group.py index daae591..8706672 100644 --- a/modules/handlers/analytics_group.py +++ b/modules/handlers/analytics_group.py @@ -235,7 +235,7 @@ async def msg_destination_group(app: Client, msg: Message): "file_size": thumbail.file_size, } ) - analytics_entry["video_note"] = { + analytics_entry["videonote"] = { "id": msg.video_note.file_id, "duration": msg.video_note.duration, "length": msg.video_note.length,