From 532a2caf0964101ea8a29dcff3d87f96a5d2439d Mon Sep 17 00:00:00 2001 From: Verum Date: Thu, 6 Mar 2025 05:12:08 +0700 Subject: [PATCH] =?UTF-8?q?1.10=20=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE?= =?UTF-8?q?=D0=B9=D0=BA=D0=B0=20=D1=8D=D0=BA=D1=81=D0=BF=D0=BE=D1=80=D1=82?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BotCode/utils/weather_api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BotCode/utils/weather_api.py b/BotCode/utils/weather_api.py index 0c808c8..cbf3907 100644 --- a/BotCode/utils/weather_api.py +++ b/BotCode/utils/weather_api.py @@ -1,6 +1,8 @@ import aiohttp from ProjectsFiles import weather_api_key +# Настройки экспорта в модули +__all__ = ("get_weather",) async def get_weather(message, *args) -> str: # Извлекаем город из сообщения