This commit is contained in:
user 2024-04-05 14:20:54 +03:00
parent f0217ac45b
commit 3c6229d131
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ class PlayerTemplates:
local_content = None local_content = None
content_type, content_encoding = 'application', 'x-binary' content_type, content_encoding = 'application', 'x-binary'
cd_log = "" cd_log = ""
template_kwargs = {}
if content: if content:
assert content.type.startswith('onchain/content'), "Invalid nodeStorage content type" assert content.type.startswith('onchain/content'), "Invalid nodeStorage content type"
inline_keyboard_array = [] inline_keyboard_array = []