fix
This commit is contained in:
parent
4125b6ef62
commit
ad9e4b2d56
|
|
@ -12,9 +12,10 @@ class PlayerTemplates:
|
|||
content_type, content_encoding = 'application', 'x-binary'
|
||||
cd_log = ""
|
||||
template_kwargs = {}
|
||||
inline_keyboard_array = []
|
||||
text = ""
|
||||
if content:
|
||||
assert content.type.startswith('onchain/content'), "Invalid nodeStorage content type"
|
||||
inline_keyboard_array = []
|
||||
cd_log = f"Content (SHA256: {content.hash}), Encrypted: {content.encrypted}, TelegramCID: {content.telegram_cid}. "
|
||||
if not content.encrypted:
|
||||
local_content = content
|
||||
|
|
|
|||
Loading…
Reference in New Issue