fix
This commit is contained in:
parent
f0217ac45b
commit
3c6229d131
|
|
@ -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 = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue