From eb92eb11b1358105d11fb27505617f0401f1acf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Tue, 14 Oct 2025 11:10:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20vk.com=20=D0=BD=D0=B0=20vk.ru?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 4 ++-- del-tests.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.py b/config.py index c0df3b5..a8c6786 100644 --- a/config.py +++ b/config.py @@ -7,8 +7,8 @@ except ImportError: URL_POST = "https://linux-gaming.ru/posts.json" URL_NEWS = f"https://linux-gaming.ru/c/news/{keys.cat_num}.json" -URL_VK_POST = "https://api.vk.com/method/wall.post" -URL_VK_GET = "https://api.vk.com/method/wall.get" +URL_VK_POST = "https://api.vk.ru/method/wall.post" +URL_VK_GET = "https://api.vk.ru/method/wall.get" URL_CHANGELOG = "https://gitlab.eterfund.ru/Castro-Fidel/PortWINE/raw/master/data_from_portwine/changelog_ru" HEADERS_SITE = { diff --git a/del-tests.py b/del-tests.py index 8f76172..613e173 100755 --- a/del-tests.py +++ b/del-tests.py @@ -9,8 +9,8 @@ from discord.ext.commands import Bot import keys # Файл, где хранятся ваши ключи доступа -url_vk_get = "https://api.vk.com/method/wall.get" -url_vk_delete = "https://api.vk.com/method/wall.delete" +url_vk_get = "https://api.vk.ru/method/wall.get" +url_vk_delete = "https://api.vk.ru/method/wall.delete" # Укажите ваши токены и ID каналов TELEGRAM_API_ID = keys.api_id_tg