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