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, )