fix
This commit is contained in:
parent
6cd22d840e
commit
35c5199a48
|
|
@ -9,7 +9,7 @@ import json
|
||||||
|
|
||||||
|
|
||||||
class PlayerTemplates:
|
class PlayerTemplates:
|
||||||
async def send_content(self, db_session, content: StoredContent, extra_buttons=None, message_id=None):
|
async def send_content(self, db_session, content: StoredContent, extra_buttons=[], 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 = ""
|
cd_log = ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue