diff --git a/app/core/models/_telegram/templates/player.py b/app/core/models/_telegram/templates/player.py index 1e7873e..3d670ce 100644 --- a/app/core/models/_telegram/templates/player.py +++ b/app/core/models/_telegram/templates/player.py @@ -11,6 +11,7 @@ class PlayerTemplates: local_content = None content_type, content_encoding = 'application', 'x-binary' cd_log = "" + template_kwargs = {} if content: assert content.type.startswith('onchain/content'), "Invalid nodeStorage content type" inline_keyboard_array = []