From cafa0e3afd3507c3dae4e43e0d2657a549bc06ae Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Mon, 21 Apr 2025 16:00:43 +0200 Subject: [PATCH] Fix --- src/applications/games_list/discord.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/games_list/discord.py b/src/applications/games_list/discord.py index beb1257..8398a81 100644 --- a/src/applications/games_list/discord.py +++ b/src/applications/games_list/discord.py @@ -11,6 +11,7 @@ from core.config import config logger = logging.getLogger(__name__) +logger.setLevel(logging.INFO) async def get_game_list_channel_to_message_map() -> dict[int, int]: