Fix, i am down

This commit is contained in:
q 2026-02-20 14:27:58 +03:00
parent f385bedd9b
commit 99946bc923

View file

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