From f0217ac45b263be9e2838f1e3b46dad12ad73ef8 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 5 Apr 2024 14:19:44 +0300 Subject: [PATCH] fix --- app/core/models/_telegram/templates/player.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/core/models/_telegram/templates/player.py b/app/core/models/_telegram/templates/player.py index c75eff9..1e7873e 100644 --- a/app/core/models/_telegram/templates/player.py +++ b/app/core/models/_telegram/templates/player.py @@ -10,6 +10,7 @@ class PlayerTemplates: async def send_content(self, content: StoredContent, extra_buttons=None, message_id=None): local_content = None content_type, content_encoding = 'application', 'x-binary' + cd_log = "" if content: assert content.type.startswith('onchain/content'), "Invalid nodeStorage content type" inline_keyboard_array = []