mirror of
https://github.com/skinnyrad/Lora-Scanner.git
synced 2026-05-07 13:55:04 +02:00
Chore: Updating app.py
This commit is contained in:
@@ -145,7 +145,7 @@ def parse_and_store_data():
|
||||
try:
|
||||
print(f"Fetching data from {url}")
|
||||
response = requests.get(url, headers=headers, timeout=10)
|
||||
print(f"Status code: {response.status_code}")
|
||||
|
||||
if response.status_code == 200:
|
||||
soup = BeautifulSoup(response.text, 'html.parser')
|
||||
table = soup.find('table')
|
||||
|
||||
Reference in New Issue
Block a user