mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
Updated HISTORY
This commit is contained in:
parent
45e27af589
commit
5c87008bd0
4 changed files with 428 additions and 5 deletions
|
@ -10,7 +10,7 @@ from bs4 import BeautifulSoup
|
|||
from playwright.sync_api import sync_playwright
|
||||
|
||||
from aider import __version__, urls
|
||||
from aider.dump import dump
|
||||
from aider.dump import dump # noqa: F401
|
||||
|
||||
aider_user_agent = f"Aider/{__version__} +{urls.website}"
|
||||
|
||||
|
@ -53,7 +53,6 @@ class Scraper:
|
|||
else:
|
||||
content = self.scrape_with_httpx(url)
|
||||
|
||||
dump(content)
|
||||
if not content:
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue