From 99946bc923d2daebbc1688ed4f23715da82f774a Mon Sep 17 00:00:00 2001 From: q Date: Fri, 20 Feb 2026 14:27:58 +0300 Subject: [PATCH] Fix, i am down --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index edf7431..5108cd2 100644 --- a/main.py +++ b/main.py @@ -410,7 +410,7 @@ async def handle_keywords(message: types.Message): async def handle_prices(message: Message): def fetch(): return requests.get( - "https://твой-домен/magnit/products", + "https://bebrik.xyz/magnit/products", headers={"X-Token": "sisi"}, timeout=10, )