From 58d07c50296d6cb7aa54341b5f1fb34b31b0a717 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Fri, 21 Mar 2025 14:04:35 +0300 Subject: [PATCH] response gas test --- upd.py | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/upd.py b/upd.py index 587d078..b6b6168 100644 --- a/upd.py +++ b/upd.py @@ -22,11 +22,19 @@ async def send_request(json_data): async with session.get(url) as response: if response.status == 200: data = await response.text() - soup = BeautifulSoup(data, "html.parser") - system_response = soup.find( - "div", - style="text-align:center;font-family:monospace;margin:50px auto 0;max-width:600px", - ).text + if "