mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Added Weibo, Reddit BigData search, Wigle and several other sites
This commit is contained in:
@@ -133,6 +133,7 @@ async def detect_known_engine(
|
||||
) -> List[MaigretSite]:
|
||||
try:
|
||||
r = requests.get(url_mainpage)
|
||||
logger.debug(r.text)
|
||||
except Exception as e:
|
||||
logger.warning(e)
|
||||
print("Some error while checking main page")
|
||||
|
||||
Reference in New Issue
Block a user