From cb0f94c718213958d4bfb1343f8db4c0d1f4bf74 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 17 Nov 2024 22:10:45 +0300 Subject: [PATCH] some fix --- voice_bot/handlers/voice_handler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/voice_bot/handlers/voice_handler.py b/voice_bot/handlers/voice_handler.py index 5cd8a60..a6f7e94 100644 --- a/voice_bot/handlers/voice_handler.py +++ b/voice_bot/handlers/voice_handler.py @@ -217,8 +217,6 @@ async def standup_listen_audio(message: types.Message): # Получаем автора записи + эмодзи по нему user_id = BotDB.get_user_id_by_file_name(audio_for_user) date_added = BotDB.get_date_by_file_name(audio_for_user) - # TODO: Мейби не напрямую ходить? - # user_emoji = BotDB.check_emoji_for_user(user_id) user_emoji = BotDB.check_emoji_for_user(user_id) path = Path(f'voice_users/{audio_for_user}.ogg')