From 5a704e105458245167a7101da9def62d193d847d Mon Sep 17 00:00:00 2001 From: pilot639 <60057546+pilot639@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:03:08 +0800 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=BD=D0=B5=D0=B4=D1=80=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20deepseek?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- restoran_max_bot/max_bot/max_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restoran_max_bot/max_bot/max_api.py b/restoran_max_bot/max_bot/max_api.py index 1ee9a25..9608b11 100644 --- a/restoran_max_bot/max_bot/max_api.py +++ b/restoran_max_bot/max_bot/max_api.py @@ -5,7 +5,7 @@ from max_bot.models import Client from restoran_max_bot.common import common_get_menu, common_get_data from restoran_max_bot.settings import DEBUG -url_max = "https://platform-api2.max.ru" +url_max = "https://platform-api.max.ru" def maxbot_send_text_message(chat_id: str, max_token: str, message: str):