From 35c5199a48db5b21c33eba85ebb283562d64b241 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 5 Apr 2024 16:26:10 +0300 Subject: [PATCH] fix --- app/core/models/_telegram/templates/player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/models/_telegram/templates/player.py b/app/core/models/_telegram/templates/player.py index ec81b6f..c50bd5c 100644 --- a/app/core/models/_telegram/templates/player.py +++ b/app/core/models/_telegram/templates/player.py @@ -9,7 +9,7 @@ import json 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 content_type, content_encoding = 'application', 'x-binary' cd_log = ""