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 "