fix
This commit is contained in:
parent
0d63f2b53b
commit
f0217ac45b
|
|
@ -10,6 +10,7 @@ class PlayerTemplates:
|
||||||
async def send_content(self, content: StoredContent, extra_buttons=None, message_id=None):
|
async def send_content(self, content: StoredContent, extra_buttons=None, message_id=None):
|
||||||
local_content = None
|
local_content = None
|
||||||
content_type, content_encoding = 'application', 'x-binary'
|
content_type, content_encoding = 'application', 'x-binary'
|
||||||
|
cd_log = ""
|
||||||
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