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 = []